|
@@ -301,7 +301,7 @@ export default {
|
|
|
// 查详情
|
|
|
getDetail (id) {
|
|
|
tenantsDetail({ id: id }).then(res => {
|
|
|
- console.log(res, 'rrrrrrr')
|
|
|
+ // console.log(res, 'rrrrrrr')
|
|
|
if (res.status == 200) {
|
|
|
this.formData = Object.assign(this.formData, res.data)
|
|
|
const now = moment().add(7, 'day').format('YYYY-MM-DD')
|
|
@@ -311,14 +311,13 @@ export default {
|
|
|
this.formData.status = Number(this.formData.status)
|
|
|
console.log(this.formData, 'this.formData')
|
|
|
} else {
|
|
|
- // this.pageInit()
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
// 获取省列表'
|
|
|
getProvinceList () {
|
|
|
getProvince().then(res => {
|
|
|
- console.log(res, 'rrrrrrr')
|
|
|
+ // console.log(res, 'rrrrrrr')
|
|
|
if (res.status == 200) {
|
|
|
this.addrProvinceList = res.data || []
|
|
|
} else {
|