产线叫料

This commit is contained in:
2025-09-04 13:49:22 +08:00
parent b35a0da6d5
commit dd60d1bb24

View File

@@ -97,7 +97,6 @@
handleChange1 (e) { handleChange1 (e) {
if (e) { if (e) {
this._getRegionByPoint(e) this._getRegionByPoint(e)
this._selectMaterialByRegion()
} }
}, },
async _getRegionByPoint (e) { async _getRegionByPoint (e) {
@@ -106,6 +105,7 @@
if (res) { if (res) {
this.pointCode = this.val1 this.pointCode = this.val1
this.val1 = res.region_code this.val1 = res.region_code
this._selectMaterialByRegion()
} }
} catch (e) { } catch (e) {
this.val1 = '' this.val1 = ''