Browse Source

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
租户修改

1004749546@qq.com 4 years ago
parent
commit
d69554a38c
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/tenants/tenantsModal.vue

+ 2 - 3
src/views/tenants/tenantsModal.vue

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