接口传值
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this._pointSearch1('ssx')
|
||||
this._pointSearch2('yl')
|
||||
this._pointSearch1('SSX')
|
||||
this._pointSearch2('YL')
|
||||
},
|
||||
methods: {
|
||||
/** 点位查询1 */
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this._pointSearch('ssx')
|
||||
this._pointSearch('SSX')
|
||||
},
|
||||
methods: {
|
||||
/** 点位查询 */
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this._pointSearch('yl')
|
||||
this._pointSearch('YL')
|
||||
},
|
||||
methods: {
|
||||
selectChange1 (e) {
|
||||
|
||||
Reference in New Issue
Block a user