func
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user