فهرست منبع

修改点击关联词取消红框

zhangxc 5 سال پیش
والد
کامیت
99a68f82b2
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      src/components/diagBase/AddDiagBase.vue

+ 1 - 4
src/components/diagBase/AddDiagBase.vue

@@ -588,7 +588,6 @@
                 } else {
                     this.hasNoUniqueName = false
                     const labVerifyData = this.labVerifyData(labArr,type)
-                    console.log('labVerifyData', labVerifyData)
                     if(labVerifyData) {
                          return labVerifyData.then(() =>{
                             if(this.hasNoUniqueName) {
@@ -1009,9 +1008,7 @@
                     return this.disFeatureList = JSON.parse(JSON.stringify(this.disFeatureList))
                 case 'FeatureRelate':
                     this.disFeatureList[index].verifyRelation =''
-                    return this.disFeatureList = JSON.parse(JSON.stringify(this.disFeatureList))
-                case 'FeatureResult':
-                    this.disFeatureList[index].verifyResult =''
+                    this.disFeatureList[index].relationNull =''
                     return this.disFeatureList = JSON.parse(JSON.stringify(this.disFeatureList))
                 case 'FeatureResult':
                     this.disFeatureList[index].verifyResult =''