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