修改bug

This commit is contained in:
liuxi 2025-02-26 19:11:57 +08:00
parent b7c322a8e6
commit bc7f25a718
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@ export default {
this.handleBeforeUnload() this.handleBeforeUnload()
setTimeout(() => { setTimeout(() => {
this.$router.push('/mediation-management') this.$router.push('/mediation-management')
}, 1000); }, 500);
// this.$route.query.sourcePage == 'mediationManagement' // this.$route.query.sourcePage == 'mediationManagement'
// this.$router.push('/mediation-management') // this.$router.push('/mediation-management')
}, },

View File

@ -14,7 +14,7 @@
<el-col :span="24"> <el-col :span="24">
<div class="mb-24 officelist"> <div class="mb-24 officelist">
<el-checkbox-group v-model="ObjectInfo.fileTypes"> <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> </el-checkbox-group>
</div> </div>
<!-- :disabled="item.documentStaus.code != 2 ? true : false" --> <!-- :disabled="item.documentStaus.code != 2 ? true : false" -->