|
@@ -47,13 +47,13 @@ export default {
|
|
restaurants: [],
|
|
restaurants: [],
|
|
options:{
|
|
options:{
|
|
// first请求数据的地址
|
|
// first请求数据的地址
|
|
- requestUrl: "/api/v1/rms/getOilPriceList?apiId=380",
|
|
|
|
|
|
+ requestUrl: "/api/v1/rms/getOilPriceResultList?apiId=380",
|
|
},
|
|
},
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
onclick(){
|
|
onclick(){
|
|
- this.options.requestUrl = "/api/v1/rms/getOilPriceList?apiId=380&con=" +this.textInput;
|
|
|
|
|
|
+ this.options.requestUrl = "/api/v1/rms/getOilPriceResultList?apiId=380&con=" +this.textInput;
|
|
},
|
|
},
|
|
|
|
|
|
toInsert() {
|
|
toInsert() {
|