This commit is contained in:
2024-03-18 13:16:37 +08:00
parent 20336ff512
commit 0fd13bb795
4 changed files with 10 additions and 10 deletions

View File

@@ -66,7 +66,7 @@
/** 点位查询 */
async _pointSearch (a) {
let res = await pointSearch(a)
this.val1 = res.list.point_code
this.val1 = res[0].point_code
},
toClear () {
this.val1 = ''