From c14c87b0a8f7e297c38ba19d1ecc5a2080577149 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 21 Oct 2025 14:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=80=BB=E8=A7=88=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E6=95=B0=E6=8D=AE=E6=8F=90=E4=BA=A4bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/visualCheck/checkManage/dataScreening/module/form.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/visualCheck/checkManage/dataScreening/module/form.vue b/src/views/visualCheck/checkManage/dataScreening/module/form.vue index 24fa1c9..80ee119 100644 --- a/src/views/visualCheck/checkManage/dataScreening/module/form.vue +++ b/src/views/visualCheck/checkManage/dataScreening/module/form.vue @@ -248,6 +248,8 @@ export default { if (this.form.stockType === 6 && this.gridStockRegion !== '') { this.form.stockRegion = this.gridStockRegion } + this.form.reableGridIds = this.reachable.map(item => item.gridId) + this.form.unReableGridIds = this.unreachable.map(item => item.gridId) delete this.form.stockGridNumName delete this.form.stockTypeName crudStockTaskLog.add(this.form).then((res) => {