法规清单在发起或提交后清空选中的数据

This commit is contained in:
qq787203167
2022-04-19 18:20:47 +08:00
parent e7e69a1a2f
commit c1a5e0256e
@@ -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 {