提交 e92cd915 编写于 作者: chengxiang.li's avatar chengxiang.li

up

上级 023e7879
......@@ -126,7 +126,10 @@ export const downloadQRCode = data => {
export const uploadExcel = data => {
return fetch({
headers,
headers: {
noSysCode: true,
"Content-Type": 'application/json'
},
url: getSaasDomain('web/patientManages/import'),
method: 'post',
data: data,
......
......@@ -184,8 +184,10 @@
import_type: 2,
};
//
self.postData = JSON.stringify(req);
// console.log('req ', req);
console.log('string req ', JSON.stringify(req))
// self.postData = req;
self.postData = JSON.stringify(req);
uploadExcel(self.postData).then(res => {
console.log('%c res >> ','color: red;', res)
})
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册