接口传值

This commit is contained in:
2024-03-18 10:28:05 +08:00
parent 07c07247cd
commit 582e59daf2
3 changed files with 4 additions and 4 deletions

View File

@@ -40,8 +40,8 @@
}; };
}, },
created () { created () {
this._pointSearch1('ssx') this._pointSearch1('SSX')
this._pointSearch2('yl') this._pointSearch2('YL')
}, },
methods: { methods: {
/** 点位查询1 */ /** 点位查询1 */

View File

@@ -60,7 +60,7 @@
}; };
}, },
created () { created () {
this._pointSearch('ssx') this._pointSearch('SSX')
}, },
methods: { methods: {
/** 点位查询 */ /** 点位查询 */

View File

@@ -48,7 +48,7 @@
}; };
}, },
created () { created () {
this._pointSearch('yl') this._pointSearch('YL')
}, },
methods: { methods: {
selectChange1 (e) { selectChange1 (e) {