法规清单在发起或提交后清空选中的数据
This commit is contained in:
@@ -629,6 +629,7 @@
|
||||
if (res.success) {
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
this.visible = false
|
||||
this.selectedRowKeys = []
|
||||
this.confirmLoading = false
|
||||
this.getList()
|
||||
} else {
|
||||
@@ -676,6 +677,7 @@
|
||||
if (res.success) {
|
||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||
_this.visible = false
|
||||
this.selectedRowKeys = []
|
||||
_this.confirmLoading = false
|
||||
_this.getList()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user