@@ -746,6 +746,8 @@ export default {
}
// 受控组件写法,直接清空 input
this.webInputUrl = '';
+ // 关闭弹窗
+ this.webUrlDialogVisible = false;
} else {
this.$message.error(response && response.data && response.data.msg ? response.data.msg : '文件上传失败');