操作屏
This commit is contained in:
@@ -326,9 +326,9 @@ export default {
|
||||
this.buttonName = name
|
||||
if (type === 1) {
|
||||
crudProduceScreen.regionList().then(res => {
|
||||
this.machineData = [...res]
|
||||
this.machineData = [...res.content]
|
||||
this.show = true
|
||||
this.options2 = [...res]
|
||||
this.options2 = [...res.content]
|
||||
})
|
||||
} else if (type === 2 && name in this.pointState) {
|
||||
crudProduceScreen.regionOrder(this.pointState[name]).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user