浏览代码

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

1004749546@qq.com 4 年之前
父节点
当前提交
d69554a38c
共有 1 个文件被更改,包括 2 次插入3 次删除
  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 {