fix: 修复标准详情页面正文显示的问题以及项目清单更新流程中企标状态没有显示的BUG
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<p><label style=" margin-right: 150px;">中文名称</label><span>{{sarStandardsInfoEO.standName || '-' }}</span></p>
|
||||
<p v-if="activeState"><label style=" margin-right: 150px;">英文名称</label><span>{{sarStandardsInfoEO.standEnName || '-' }}</span></p>
|
||||
<!--发布稿(必读)-->
|
||||
<template v-for="(child, childIndex) in item.child1" v-if="child.value && child.value.length > 0">
|
||||
<template v-for="(child, childIndex) in item.child1" >
|
||||
<p class="files-titles" style="border-bottom: 1px solid #E5E5E5">
|
||||
<label style="float: left">{{ child.attrName }}</label>
|
||||
<template v-if="child.value && child.value.length > 0" >
|
||||
|
||||
@@ -965,6 +965,10 @@ export default {
|
||||
if(addIndex > -1){
|
||||
this.$message.warning('请勿重复添加数据')
|
||||
}else{
|
||||
if(this.handleSelectForm.dataSource === 'BUSINESS_STAND'){
|
||||
item["textStatus"]=item.textStatusBuss
|
||||
item["ssrq"]=item.issueTime
|
||||
}
|
||||
this.dataList.push(item)
|
||||
}
|
||||
})
|
||||
@@ -1440,7 +1444,9 @@ export default {
|
||||
}, res => {
|
||||
this.energyKindOptions = res.data.ENERGYTYPES; //适用车型
|
||||
this.setMap(res.data.WBZTCLASS);// 文本状态
|
||||
this.setMap(res.data.TEXTSTATUSBUSS);//企标文本状态
|
||||
this.textState = res.data.WBZTCLASS // 文本状态
|
||||
this.textState.push(res.data.TEXTSTATUSBUSS) //
|
||||
this.$http.get("sarLawsDetailedList/sar-laws-detailed-list/getAllStand", {
|
||||
page: 1,
|
||||
pageSize: this.pageSize,
|
||||
|
||||
Reference in New Issue
Block a user