修改禅道已知bug

This commit is contained in:
范强强
2022-08-26 13:45:19 +08:00
parent 819ae55847
commit 8fa191fa01
3 changed files with 10 additions and 5 deletions
@@ -332,7 +332,12 @@
if (res.success) {
this.confirmLoading = false
this.$message.success(this.$t('OperationSuccessful'))
eventBUs.$emit('searchReset')
if (this.formInline.id) {
eventBUs.$emit('searchGetData')
} else {
eventBUs.$emit('searchReset')
}
this.$emit('addFormClick')
} else {
this.confirmLoading = false