修改bug
This commit is contained in:
parent
b7c322a8e6
commit
bc7f25a718
@ -604,7 +604,7 @@ export default {
|
||||
this.handleBeforeUnload()
|
||||
setTimeout(() => {
|
||||
this.$router.push('/mediation-management')
|
||||
}, 1000);
|
||||
}, 500);
|
||||
// this.$route.query.sourcePage == 'mediationManagement'
|
||||
// this.$router.push('/mediation-management')
|
||||
},
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<el-col :span="24">
|
||||
<div class="mb-24 officelist">
|
||||
<el-checkbox-group v-model="ObjectInfo.fileTypes">
|
||||
<el-checkbox border v-for="(item,index) in officeOptions" :label="item.type" :key="index" :disabled="item.documentStaus.code != 2 ? true : false">{{ item.documentType.desc }}</el-checkbox>
|
||||
<el-checkbox border v-for="(item,index) in officeOptions" :label="item.type" :key="index" :disabled="item.documentStaus.code == 2 ? ((item.signStatus != null && (item.signStatus.code == 0 ||item.signStatus.code == 2 || item.signStatus.code == 3)) ? true :false) : true">{{ item.documentType.desc }}</el-checkbox>
|
||||
</el-checkbox-group>
|
||||
</div>
|
||||
<!-- :disabled="item.documentStaus.code != 2 ? true : false" -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user