|
@@ -643,9 +643,8 @@
|
|
|
<!-- <div class="el-upload__tip" style="color:red" slot="tip">提示:仅允许导入“xls”或“xlsx”格式文件!</div>-->
|
|
|
</el-upload>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" v-loading.fullscreen.lock="fullscreenLoading"
|
|
|
- @click="thirdSubmitFileForm">确 定
|
|
|
- </el-button>
|
|
|
+ <el-button type="primary" @click="thirdSubmitFileForm"
|
|
|
+ v-loading.fullscreen.lock="fullscreenLoading">确 定</el-button>
|
|
|
<el-button @click="thirdUpload.open = false">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
@@ -705,7 +704,6 @@ export default {
|
|
|
components: {Treeselect, YearApprove},
|
|
|
data() {
|
|
|
return {
|
|
|
- fullscreenLoading: false,
|
|
|
submitData: {
|
|
|
plantCode: null,
|
|
|
year: null,
|
|
@@ -749,6 +747,7 @@ export default {
|
|
|
// 上传的地址
|
|
|
url: process.env.VUE_APP_BASE_API + "/sems/reportYlgd/importForThird"
|
|
|
},
|
|
|
+ fullscreenLoading: false,
|
|
|
// 第三方数据列表
|
|
|
thirdList: {
|
|
|
// 是否显示弹出层
|