产线叫料
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user