修改bug 55683 【线上】标准入库流程,海外标准,草稿里进去的,国家地区显示错误

This commit is contained in:
hanshaozhuang
2022-06-23 14:17:19 +08:00
parent a71567728c
commit 43e68e2088
@@ -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()