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