修改bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user