Commit f806a731 authored by 华国豪's avatar 华国豪 🙄

1

parent b99d7468
......@@ -433,7 +433,7 @@
</el-row>
</div>
<div slot="footer" class="dialog-footer">
<button v-if="loading" style="background: #909399;border: 1px solid #909399;cursor: no-drop;" class="normalBtn" type="info">确认提交</button>
<button v-if="loading" style="background: #909399;border: 1px solid #909399;cursor: no-drop;" class="normalBtn" type="info">上传中...</button>
<button v-else class="normalBtn" type="primary" @click="setprogress">确认提交</button>
</div>
</fieldset>
......@@ -483,6 +483,9 @@ export default {
this.isEaxmine = this.$route.query.examine ? true : false;
this.isUpdate = this.$route.query.update ? true : false;
this.init(id);
this.MsgBus.$on('UploadSelfFileErr', content=>{
this.loading = false
})
},
methods: {
openFile(file) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment