fix(文件管理): 上传文件后上传窗口没有关闭
--bug=1007308 --user=lyh 【项目管理】文件管理,上传文件后,上传窗口没有关闭 https://www.tapd.cn/55049933/s/1057777
This commit is contained in:
parent
113de8da6c
commit
ee79ec1c50
|
@ -57,6 +57,7 @@ export default {
|
||||||
this.result = this.$fileUpload(url, file, null, config, () => {
|
this.result = this.$fileUpload(url, file, null, config, () => {
|
||||||
this.$success(this.$t('commons.save_success'));
|
this.$success(this.$t('commons.save_success'));
|
||||||
this.$emit("refresh")
|
this.$emit("refresh")
|
||||||
|
this.visible = false;
|
||||||
// this.getJarConfigs();
|
// this.getJarConfigs();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue