From dd60d1bb24c0369ea74d9d8466457bbdf867cbe6 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 4 Sep 2025 13:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E7=BA=BF=E5=8F=AB=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ftdl/line-call-mater.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ftdl/line-call-mater.vue b/pages/ftdl/line-call-mater.vue index b2c9a03..2e9d270 100644 --- a/pages/ftdl/line-call-mater.vue +++ b/pages/ftdl/line-call-mater.vue @@ -97,7 +97,6 @@ handleChange1 (e) { if (e) { this._getRegionByPoint(e) - this._selectMaterialByRegion() } }, async _getRegionByPoint (e) { @@ -106,6 +105,7 @@ if (res) { this.pointCode = this.val1 this.val1 = res.region_code + this._selectMaterialByRegion() } } catch (e) { this.val1 = ''