From 3cb65810542235551aecdf8283dcd109f7f1a1fe Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Thu, 2 Jun 2022 17:44:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AD=97=E6=AE=B5=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E6=8E=92=E5=BA=8F=E7=8A=B6=E6=80=81=E8=A2=AB?= =?UTF-8?q?=E6=B8=85=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1013776 --user=李玉号 【项目设置】模版管理 自定义字段 创建/更新时间排序 失败 https://www.tapd.cn/55049933/s/1172929 --- .../business/components/project/template/CustomFieldList.vue | 3 --- .../components/project/template/CustomFieldRelateList.vue | 1 - 2 files changed, 4 deletions(-) diff --git a/frontend/src/business/components/project/template/CustomFieldList.vue b/frontend/src/business/components/project/template/CustomFieldList.vue index ffc0a04b47..41963dda6b 100644 --- a/frontend/src/business/components/project/template/CustomFieldList.vue +++ b/frontend/src/business/components/project/template/CustomFieldList.vue @@ -201,9 +201,6 @@ export default { let data = response.data; this.total = data.itemCount; this.tableData = data.listObject; - if (this.$refs.table) { - this.$refs.table.reloadTable(); - } }); }, handleEdit(data) { diff --git a/frontend/src/business/components/project/template/CustomFieldRelateList.vue b/frontend/src/business/components/project/template/CustomFieldRelateList.vue index 3ae24a95e6..c0ab757b17 100644 --- a/frontend/src/business/components/project/template/CustomFieldRelateList.vue +++ b/frontend/src/business/components/project/template/CustomFieldRelateList.vue @@ -157,7 +157,6 @@ export default { let data = response.data; this.total = data.itemCount; this.tableData = data.listObject; - this.$refs.table.reloadTable(); }); } },