提交 a9d7e8b4 编写于 作者: shuang.zhou's avatar shuang.zhou

修改入参

上级 245c6099
...@@ -313,7 +313,12 @@ export default { ...@@ -313,7 +313,12 @@ export default {
// 确认导入 // 确认导入
confirmImport() { confirmImport() {
this.isLoading = true; this.isLoading = true;
uploadShieldExcel(this.fileData, this.projectId).then(res => {
let parmas = {
base64: this.fileData,
type: ''
}
uploadShieldExcel(parmas, this.projectId).then(res => {
if (res.code == '000000') { if (res.code == '000000') {
if (res.data == '') { if (res.data == '') {
this.isLoading = false; this.isLoading = false;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册