diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index d9a6d861b..705cd0865 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -421,6 +421,7 @@ if (res.success) { this.dataSource = res.result this.total = res.result.total + this.selectedRowKeys = [] this.loading = false } else { this.loading = false @@ -450,6 +451,7 @@ if (res.success) { this.dataSource = res.result this.total = res.result.total + this.selectedRowKeys = [] this.loading = false } else { this.loading = false diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index aece1779c..9da699196 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -780,8 +780,7 @@ export default { if (res.data.success) { _this.$message.success(res.data.message) _this.areaVisible = false - _this.getTableList() - _this.selectedRowKeysValue=[] + _this.GetgetTableList() }else{ _this.$message.warning(res.data.message) }