소스 검색

Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU/icore-pass

huk 3 년 전
부모
커밋
eec6ed14f1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/RMS/components/oilPrice.vue

+ 2 - 2
src/views/RMS/components/oilPrice.vue

@@ -47,13 +47,13 @@ export default {
       restaurants: [],
       options:{
         // first请求数据的地址
-        requestUrl: "/api/v1/rms/getOilPriceList?apiId=380",
+        requestUrl: "/api/v1/rms/getOilPriceResultList?apiId=380",
       },
     }
   },
   methods:{
     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() {