This commit is contained in:
2023-05-14 13:49:29 +08:00
parent 3db3e4b4cd
commit b1066caa4b
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ export default {
}, },
/** 查询点位 */ /** 查询点位 */
async _pdaPoint (code) { async _pdaPoint (code) {
let res = await pdaPoint('send_material', code) let res = await pdaPoint('call_material', code)
if (res.code === '1') { if (res.code === '1') {
this.option2 = [...res.result] this.option2 = [...res.result]
this.option2.map(el => { this.option2.map(el => {

View File

@@ -145,7 +145,7 @@ export default {
}, },
/** 查询点位 */ /** 查询点位 */
async _pdaPoint (code) { async _pdaPoint (code) {
let res = await pdaPoint('send_material', code) let res = await pdaPoint('send_empty', code)
if (res.code === '1') { if (res.code === '1') {
this.option2 = [...res.result] this.option2 = [...res.result]
this.option2.map(el => { this.option2.map(el => {