wangzhuo 1 年間 前
コミット
f1562759ae
1 ファイル変更5 行追加5 行削除
  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