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