fix: 修复pc测试过程中遇到的问题
This commit is contained in:
@@ -236,7 +236,7 @@ export default {
|
||||
this.show = true
|
||||
} else if (type === 'BACK') {
|
||||
crudProduceScreen.fabOrders({ device_code: this.popData.device_code }).then(res => {
|
||||
this.popList = [...res.content]
|
||||
this.popList = [...res]
|
||||
this.show = true
|
||||
})
|
||||
}
|
||||
@@ -244,7 +244,7 @@ export default {
|
||||
handleCurrentChange(val) {
|
||||
this.currentRow = val
|
||||
crudProduceScreen.fabMaterial({ vehicle_code: this.currentRow.vehicle_code }).then(res => {
|
||||
this.popSecList = [...res.content]
|
||||
this.popSecList = [...res]
|
||||
})
|
||||
},
|
||||
toSure() {
|
||||
|
||||
Reference in New Issue
Block a user