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

Merge branch 'feature/zs-export' into 'testing/shield-upload'

修改入参

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!390
......@@ -313,7 +313,12 @@ export default {
// 确认导入
confirmImport() {
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.data == '') {
this.isLoading = false;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册