From 0ebfe3a705a4121ae8339a27e54f1d5c4a1f1dac Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 31 Mar 2026 17:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E4=BA=BA=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/hdyy/wrcdj/wrc-load.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/hdyy/wrcdj/wrc-load.vue b/pages/hdyy/wrcdj/wrc-load.vue index 293fdae..da5aade 100644 --- a/pages/hdyy/wrcdj/wrc-load.vue +++ b/pages/hdyy/wrcdj/wrc-load.vue @@ -35,9 +35,9 @@ - - + + @@ -89,12 +89,14 @@ this.checkedArr = this.dataList.filter(el => el.checked === true) this.allCheck = this.checkedArr.length === this.dataList.length }, - toZh () { + toXzwl () { if (!this.dataList.length) { uni.navigateTo({ url: '/pages/hdyy/wrcdj/wrczh-matersave?title=物料维护' }) } + }, + toZh () { if (this.dataList.length) { this._install() } @@ -102,7 +104,7 @@ async _install () { this.disabled = true try { - let res = await install(this.checkedArr) + let res = await install(this.dataList) if (res) { uni.showToast({ title: res.message,