Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
396572590@qq.com
2022-06-23 16:26:03 +08:00
4 changed files with 7 additions and 7 deletions
@@ -22,7 +22,7 @@
<template slot="title">基础信息</template>
</ProcessTitle>
<el-collapse-transition>
<div class="prc-content-border" v-if="foldFormFlag === false">
<div class="prc-content-border" v-show="foldFormFlag === false">
<el-row :gutter="24">
<el-col :span="24">
<el-form-item label="标准拆分数据" class="add-form-item form-item-disabled">
@@ -3464,10 +3464,6 @@ export default {
},
},
mounted() {
this.bpnId = this.$route.query.bpnId
if (this.bpnId !== undefined) {
this.getTaskId()
}
this.getTree()
this.$http.get('sys/dictype/getDicTypeListCode', '', {
_this: this
@@ -3491,6 +3487,10 @@ export default {
this.cbcdOptions = res.data.DEGREESTANDARD // 采标程度
this.txlbOptions = res.data.TXLBCLASS // 体系类别
this.setMap(this.standStateOptions)
this.bpnId = this.$route.query.bpnId
if (this.bpnId !== undefined) {
this.getTaskId()
}
})
this.busVsFunc()
this.modelFunc()