修改bug

This commit is contained in:
zyx.net
2022-09-01 17:28:18 +08:00
parent cc2d13d77f
commit f40489887f
+2 -2
View File
@@ -733,11 +733,11 @@ export default {
// console.log('parms',params) // console.log('parms',params)
putAction(`extRepo/extRepoFolder/edit`, params).then(res => { putAction(`extRepo/extRepoFolder/edit`, params).then(res => {
if (res.success) { if (res.success) {
this.$message.success(this.$t('OperationSuccessful')) this.$message.success(res.message)
this.form = {} this.form = {}
this.loadMenuData() this.loadMenuData()
} else { } else {
this.$message.warning(this.$t('operationFailed')) this.$message.warning(res.message)
} }
}).finally(() => { }).finally(() => {
this.flag = false this.flag = false