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

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

View File

@ -117,6 +117,7 @@ export default {
this.fileList = [];
});
} else {
this.fileList = [];
return false;
}
}

View File

@ -57,7 +57,7 @@
</el-table>
</el-card>
<el-dialog :title="$t('commons.import')" :visible.sync="dialogVisible" @close="close">
<el-dialog :title="$t('commons.import')" :visible.sync="dialogVisible" @close="close" destroy-on-close>
<ms-jar-config @close="close"/>
</el-dialog>
<ms-script-view ref="scriptView"/>