commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user