|
@ -331,7 +331,7 @@ export default { |
|
|
this.options2 = [...res.content] |
|
|
this.options2 = [...res.content] |
|
|
}) |
|
|
}) |
|
|
} else if (type === 2 && name in this.pointState) { |
|
|
} else if (type === 2 && name in this.pointState) { |
|
|
crudProduceScreen.regionOrder(this.pointState[name]).then(res => { |
|
|
crudProduceScreen.regionOrder(this.pkObj.value, this.pointState[name]).then(res => { |
|
|
this.n1List = [...res.content] |
|
|
this.n1List = [...res.content] |
|
|
this.vechineList = [] |
|
|
this.vechineList = [] |
|
|
this.show = true |
|
|
this.show = true |
|
|