|
@@ -991,6 +991,8 @@ export default {
|
|
that.updateNameData2(that.itemNode._cfg.id,arr2);
|
|
that.updateNameData2(that.itemNode._cfg.id,arr2);
|
|
that.uploadloading = false;
|
|
that.uploadloading = false;
|
|
that.$refs.upload1.clearFiles();
|
|
that.$refs.upload1.clearFiles();
|
|
|
|
+ that.getGxNameData();
|
|
|
|
+ graph.changeData();
|
|
location.reload();
|
|
location.reload();
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
@@ -1022,7 +1024,9 @@ export default {
|
|
});
|
|
});
|
|
that.loading = false;
|
|
that.loading = false;
|
|
that.$refs.upload2.clearFiles();
|
|
that.$refs.upload2.clearFiles();
|
|
- location.reload()
|
|
|
|
|
|
+ that.getGxNameData();
|
|
|
|
+ graph.changeData();
|
|
|
|
+ location.reload();
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
that.$message.error(res.message);
|
|
that.$message.error(res.message);
|
|
@@ -1030,6 +1034,7 @@ export default {
|
|
}
|
|
}
|
|
that.tableLoading = false;
|
|
that.tableLoading = false;
|
|
that.loading = false;
|
|
that.loading = false;
|
|
|
|
+ that.uploadloading = false;
|
|
})
|
|
})
|
|
},
|
|
},
|
|
// 删除上传的文件
|
|
// 删除上传的文件
|