소스 검색

4543rfdtr

xusl 10 달 전
부모
커밋
05e3c44e6a
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      ipp-ap/src/views/idp/control/inverterinfo/index.vue

+ 3 - 2
ipp-ap/src/views/idp/control/inverterinfo/index.vue

@@ -36,8 +36,8 @@
       <div  style="display: inline-block">
         <el-upload
           :auto-upload="true"
-          ref="uploadFjTemplate"
-          action="/windturbineinfo/uploadFjTemplate"
+          ref="uploadNbqTemplate"
+          action="/inverterinfo/uploadNbqTemplate"
           :http-request="dataUpload"
           :on-change="beforeUpload"
           :on-error="onError"
@@ -100,6 +100,7 @@ export default {
       tableLoading: false,
       tableOption: tableOption,
       modId: '',//备用id
+      fileList: [],
     }
   },
   mounted() {