|
@@ -2624,6 +2624,7 @@
|
|
|
annualapi.GetChangeEntity(Id, params, this.$axios).then(res => {
|
|
annualapi.GetChangeEntity(Id, params, this.$axios).then(res => {
|
|
|
this.copyformdata = _.cloneDeep(res.data[0])
|
|
this.copyformdata = _.cloneDeep(res.data[0])
|
|
|
this.formData = res.data[1]
|
|
this.formData = res.data[1]
|
|
|
|
|
+ console.log(this.formData, '年审变更项')
|
|
|
this.CityAry = []
|
|
this.CityAry = []
|
|
|
this.CityAry.push(this.formData.Province)
|
|
this.CityAry.push(this.formData.Province)
|
|
|
this.CityAry.push(this.formData.City)
|
|
this.CityAry.push(this.formData.City)
|