From 2a95c1f872ced9aa404eac51e109f2bcd6b4e5d4 Mon Sep 17 00:00:00 2001 From: limingyu Date: Thu, 25 Apr 2024 16:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=98=B2=E7=82=B9=E4=BD=8D=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E6=96=B0=E5=A2=9E=E6=98=AF=E5=90=A6=E6=A0=87=E7=82=B9?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=92=8C=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/firefighting/points/components/list.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/firefighting/points/components/list.vue b/src/views/firefighting/points/components/list.vue index b109a9c..a16744e 100644 --- a/src/views/firefighting/points/components/list.vue +++ b/src/views/firefighting/points/components/list.vue @@ -227,7 +227,8 @@ export default { value: 1, label: '否' } - ] + ], + IS_PUNCTUATION: '' } }, watch: { @@ -286,7 +287,8 @@ export default { { FIRE_POINT_NAME: this.FIRE_POINT_NAME, FIRE_POINT_CODE: this.FIRE_POINT_CODE, - DEPARTMENT_ID: this.selectForm.DEPARTMENT_ID + DEPARTMENT_ID: this.selectForm.DEPARTMENT_ID, + IS_PUNCTUATION: this.IS_PUNCTUATION } ).then((data) => { this.listLoading = false @@ -299,6 +301,7 @@ export default { }, goKeyReset() { this.FIRE_POINT_NAME = '' this.FIRE_POINT_CODE = '' + this.IS_PUNCTUATION = '' this.selectForm = { DEPARTMENT_ID: '' }