| | |
| | | this.editConfig.infomation.province_id === 0 ? "" : this.editConfig.infomation.province_id |
| | | this.editConfig.infomation.city_id = |
| | | this.editConfig.infomation.city_id === 0 ? "" : this.editConfig.infomation.city_id |
| | | getAllData() |
| | | .then((res) => { |
| | | console.log(res) |
| | | this.memberOptions = res.data.member |
| | | // this.countryOptions = res.data.country |
| | | this.provinceOptions = res.data.province |
| | | // this.cityOptions = res.data.city |
| | | // this.regionOptions = res.data.region |
| | | }) |
| | | .catch((err) => { |
| | | console.log(err) |
| | | }) |
| | | getAllData().then((res) => { |
| | | console.log(res) |
| | | this.memberOptions = res.data.member |
| | | this.provinceOptions = res.data.province |
| | | }) |
| | | }, |
| | | handleClose() { |
| | | this.editConfig.visible = false |