wangzhuo 1 year ago
parent
commit
f1562759ae
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/iosBasicData/bcorps/detailsPage.vue

+ 5 - 5
src/views/iosBasicData/bcorps/detailsPage.vue

@@ -1012,11 +1012,11 @@ export default {
     },
     bcountrysChange(value) {
       this.formData.cntyCode = value
-      // for(let item of this.unitNoData) {
-      //     if (item.id == value) {
-      //         this.formData.cntyCode = item.code
-      //     }
-      // }
+      for(let item of this.cntyOptions) {
+          if (item.code == value) {
+              this.formData.cntyName = item.cnName
+          }
+      }
     },
     rateChange(value) {
       this.corpsAttnForm.curId = value