查找点位接口
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
},
|
||||
/** 点位查询 下拉框显示 */
|
||||
async _pointSearch (a) {
|
||||
let res = await pointSearch(a)
|
||||
let res = await pointSearch(a, '', '1')
|
||||
this.options1 = [...res]
|
||||
this.options1.map(el => {
|
||||
this.$set(el, 'value', el.point_code)
|
||||
|
||||
Reference in New Issue
Block a user