|
@@ -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
|