Merge branch 'main' into 'stg'
修改bug See merge request cloud-mediate/mediate-manage-web!94
This commit is contained in:
commit
74f2a521bb
@ -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')
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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" -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user