|
@@ -446,8 +446,8 @@ export default {
|
|
startDate: '',
|
|
startDate: '',
|
|
endDate: '',
|
|
endDate: '',
|
|
attachIds: [],
|
|
attachIds: [],
|
|
- provinceId: '1481196860266852481',
|
|
|
|
- cityId: '1481196860266852482',
|
|
|
|
|
|
+ provinceId: '',
|
|
|
|
+ cityId: '',
|
|
districtId: '',
|
|
districtId: '',
|
|
mainProductArray: ['电子信息'],
|
|
mainProductArray: ['电子信息'],
|
|
mainProducts: '',
|
|
mainProducts: '',
|
|
@@ -607,20 +607,19 @@ export default {
|
|
this.getData()
|
|
this.getData()
|
|
this.getEnclosureData()
|
|
this.getEnclosureData()
|
|
}
|
|
}
|
|
- if(this.form.provinceId) {
|
|
|
|
- console.log("&&&&&&&&&&&&&&&&&&&")
|
|
|
|
- getRegionChildrenApi(this.form.provinceId).then(res => {
|
|
|
|
- if(res.code == 200) {
|
|
|
|
- this.cityDataList = res.data
|
|
|
|
- this.form.cityId = '1481196860266852482'
|
|
|
|
- console.log("@@@@@@@@@@@@@@@@@@@@")
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
|
|
+ // if(this.form.provinceId) {
|
|
|
|
+ // console.log("&&&&&&&&&&&&&&&&&&&")
|
|
|
|
+ // getRegionChildrenApi(this.form.provinceId).then(res => {
|
|
|
|
+ // if(res.code == 200) {
|
|
|
|
+ // this.cityDataList = res.data
|
|
|
|
+ // this.form.cityId = '1481196860266852482'
|
|
|
|
+ // console.log("@@@@@@@@@@@@@@@@@@@@")
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
validLicense(val) {
|
|
validLicense(val) {
|
|
- console.log(val)
|
|
|
|
validLicenseApi(val).then(res => {
|
|
validLicenseApi(val).then(res => {
|
|
// true存在
|
|
// true存在
|
|
if(res.data) {
|
|
if(res.data) {
|
|
@@ -744,8 +743,21 @@ export default {
|
|
getProvinceDataApi().then(res => {
|
|
getProvinceDataApi().then(res => {
|
|
if(res.code == 200) {
|
|
if(res.code == 200) {
|
|
this.provinceDataList = res.data
|
|
this.provinceDataList = res.data
|
|
|
|
+ this.form.provinceId = '1481196860266852481'
|
|
|
|
+ getRegionChildrenApi(this.form.provinceId).then(res => {
|
|
|
|
+ if(res.code == 200) {
|
|
|
|
+ this.cityDataList = res.data
|
|
|
|
+ this.form.cityId = '1481196860266852482'
|
|
|
|
+ getRegionChildrenApi(this.form.cityId).then(res => {
|
|
|
|
+ if(res.code == 200) {
|
|
|
|
+ this.districtDataList = res.data
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+ })
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+ this.form.taxOffice = '国家税务总局长沙市税务局'
|
|
},
|
|
},
|
|
handleView(row) {
|
|
handleView(row) {
|
|
// 获取文件路径
|
|
// 获取文件路径
|