This commit is contained in:
zhutianqi
2022-02-22 15:48:52 +08:00
parent 0ba9950160
commit 82d7a3aaef
14 changed files with 18 additions and 45 deletions
@@ -314,7 +314,6 @@ export default {
// 代替政策编号确定
replaceLawsNumModelBt() {
let textArr = []
if (typeof this.value === 'string') {
if (this.value) {
textArr = this.value.split(',')
@@ -337,7 +336,8 @@ export default {
// 判断数据是国内外法规标准还是企业标准
if (this.dataSource === 'BUSINESS') {
if (item.standYear != null && item.standYear !== '') {
texts = item.standCode + '-' + item.standYear
// texts = item.standCode + '-' + item.standYear
texts = item.standCode
} else {
texts = item.standCode
}