提交 b851c8c2 authored 作者: thy's avatar thy

多次传入excel

上级 968dfa64
...@@ -3791,7 +3791,6 @@ export default { ...@@ -3791,7 +3791,6 @@ export default {
fd.append("file", this.$refs.file.files[0]); fd.append("file", this.$refs.file.files[0]);
fd.append("username", "qwe"); fd.append("username", "qwe");
this.myLoading(); this.myLoading();
this.$server.upExcel(fd).then(res => { this.$server.upExcel(fd).then(res => {
console.log("导入Excel成功", res); console.log("导入Excel成功", res);
// return // return
...@@ -3799,6 +3798,14 @@ export default { ...@@ -3799,6 +3798,14 @@ export default {
message: "导入Excel成功", message: "导入Excel成功",
type: "success" type: "success"
}); });
this.form = this.$options.data().form
this.database = this.$options.data().database
this.middleware = this.$options.data().middleware
this.apply =this.$options.data().apply
this.browser =this.$options.data().browser
this.systemStructure =this.$options.data().systemStructure
this.developLanguageSystem = this.$options.data().developLanguageSystem
if(res.data.data.rpo == -1){ if(res.data.data.rpo == -1){
this.rpo = '' this.rpo = ''
}else{ }else{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论