From 090c44728d0aa1c4b3aeef32d2577cd1f2b20da3 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Tue, 21 Jun 2022 14:36:42 +0800 Subject: [PATCH] [update] --- .../components/ParameterItemCollectionList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index dfb0eec2d..74f9a722b 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -1063,7 +1063,7 @@ export default { .then( (res) =>{ if (res.data.success) { _this.$message.success(res.data.result) - _this.getTableList() + _this.GetgetTableList() _this.selectedRowKeysValue=[] }else{ _this.$message.warning(_this.$t('operationFailed'))