From af024d28a0c909525f9c0afa0c15a98291368cb8 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 10 Mar 2026 16:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/manage/mater-in-storage.vue | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/pages/manage/mater-in-storage.vue b/pages/manage/mater-in-storage.vue index 8ab7cc2..80fc321 100644 --- a/pages/manage/mater-in-storage.vue +++ b/pages/manage/mater-in-storage.vue @@ -122,24 +122,27 @@ }, methods: { handleChange (e) { - if (e) { - if (this.val1) { - this._getSD01GroupLog(this.val1, e) - } - } + // if (e) { + // if (this.val1) { + // this._getSD01GroupLog(this.val1, e) + // } + // } }, handleChange1 (e) { - if (e) { - if (this.val2) { - this._getSD01GroupLog(e, this.val2) - } - } + // if (e) { + // if (this.val2) { + // this._getSD01GroupLog(e, this.val2) + // } + // } }, selectChange (e) { this.dataList = [] this.index1 = '' this.index2 = '' + if (e && this.val1 && this.val2) { + this._getSD01GroupLog(this.val1, this.val2) + } }, async _regionList () { let res = await regionList()