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

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

Release 0612



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