fix(系统设置): 插件管理中上传jar包再次上传时带了之前上传的jar包

--bug=1008289 --user=王孝刚 【系统设置】插件管理,上传jar包再次上传,带了之前上传的jar包
https://www.tapd.cn/55049933/s/1073485
This commit is contained in:
wxg0103 2021-11-23 19:24:20 +08:00 committed by 刘瑞斌
parent c835063871
commit 9d37740ff1
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ export default {
this.result = this.$fileUpload(url, this.fileList[0], null, null, () => {
this.$success(this.$t('organization.integration.successful_operation'));
this.$emit("close");
this.fileList = [];
});
} else {
return false;