fix(文件管理): 上传文件后上传窗口没有关闭

--bug=1007308 --user=lyh 【项目管理】文件管理,上传文件后,上传窗口没有关闭
https://www.tapd.cn/55049933/s/1057777
This commit is contained in:
shiziyuan9527 2021-10-22 15:59:52 +08:00 committed by shiziyuan9527
parent 113de8da6c
commit ee79ec1c50
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ export default {
this.result = this.$fileUpload(url, file, null, config, () => {
this.$success(this.$t('commons.save_success'));
this.$emit("refresh")
this.visible = false;
// this.getJarConfigs();
});
},