提交 5bbd4459 编写于 作者: hujun's avatar hujun

Merge branch 'release-0612' into 'dev-patients-20190513'

Release 0612



See merge request !35
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
flex-direction: column; flex-direction: column;
display: block; display: block;
.choose-label-wrap{ .choose-label-wrap{
.el-dialog__body{ .el-dialog__body{
padding: 0 25px 30px; padding: 0 25px 30px;
} }
......
...@@ -180,7 +180,7 @@ export const uploadExcel = data => { ...@@ -180,7 +180,7 @@ export const uploadExcel = data => {
return fetch({ return fetch({
headers: { headers: {
noSysCode: true, noSysCode: true,
hospitalAuth:true // hospitalAuth:true
}, },
url: getSaasDomain('web/patientManages/import'), url: getSaasDomain('web/patientManages/import'),
method: 'post', method: 'post',
...@@ -298,7 +298,7 @@ export const submitFeedback = (data) => { ...@@ -298,7 +298,7 @@ export const submitFeedback = (data) => {
return utils.checkAuth(()=>{ return utils.checkAuth(()=>{
return fetch({ return fetch({
headers: { headers: {
hospitalAuth:true, // hospitalAuth:true,
noSysCode: true, noSysCode: true,
"Content-Type": 'application/json' "Content-Type": 'application/json'
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册