From f89c653d8d520b14546068be23685e85192c200a Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Fri, 20 Sep 2024 16:09:00 +0800 Subject: [PATCH] =?UTF-8?q?[BUG=E4=BF=AE=E5=A4=8D](hyx=5F2024-9-11)=20=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=89=88=E6=9C=AC=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/firefighting/checklist/components/edit.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/firefighting/checklist/components/edit.vue b/src/views/firefighting/checklist/components/edit.vue index fea94f6..7ac546c 100644 --- a/src/views/firefighting/checklist/components/edit.vue +++ b/src/views/firefighting/checklist/components/edit.vue @@ -128,7 +128,7 @@
- + @@ -300,7 +300,6 @@ export default { directives: { waves }, data() { return { - POINTS_LIST: [], FILTER_LIST_REGION: [], FILTER_LIST_POINT: [], deviceCriteria: { @@ -759,7 +758,7 @@ export default { // 库里已有数据 所以对改数据修改 if (valid) { this.listLoading = true - this.form.DATA = this.pointList + this.form.DATA = this.checkList requestFN( '/fireCheckList/saveInfo', { @@ -1128,10 +1127,6 @@ export default { }, updateDeptChange() { this.form.UPDATE_USER_ID = '' - }, - handleSelectionChange(val) { - this.pointList = val - console.log('当前选中项', val) } } }