|
|
@@ -1053,6 +1053,7 @@ export default {
|
|
|
this.webInputUrl = '';
|
|
|
// 关闭弹窗
|
|
|
this.webUrlDialogVisible = false;
|
|
|
+ this.getData();
|
|
|
} else {
|
|
|
this.$message.error(response && response.data && response.data.msg ? response.data.msg : '文件上传失败');
|
|
|
}
|
|
|
@@ -1087,6 +1088,7 @@ export default {
|
|
|
if (res2 && res2.status === 200) {
|
|
|
// this.handleClose && this.handleClose();
|
|
|
this.webUrlDialogVisible = false;
|
|
|
+ this.getData();
|
|
|
}
|
|
|
|
|
|
console.log(res2);
|