|
|
|
@ -9,22 +9,32 @@
|
|
|
|
|
label-width="100px" |
|
|
|
|
> |
|
|
|
|
<el-form-item label="楼盘名称:"> |
|
|
|
|
<el-input |
|
|
|
|
style="width: 97%" |
|
|
|
|
v-model="searchForm.annoId" |
|
|
|
|
placeholder="请输入" |
|
|
|
|
></el-input> |
|
|
|
|
<el-select |
|
|
|
|
style="width: 100%" |
|
|
|
|
v-model="searchForm.name" |
|
|
|
|
filterable |
|
|
|
|
allow-create |
|
|
|
|
placeholder="请选择" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in nameList" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="公告编号:"> |
|
|
|
|
<el-input |
|
|
|
|
style="width: 100%" |
|
|
|
|
v-model="searchForm.landCode" |
|
|
|
|
v-model="searchForm.annoId" |
|
|
|
|
placeholder="请输入" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="大组团:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
v-model="searchForm.bigGroup" |
|
|
|
|
style="width: 100%" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择" |
|
|
|
@ -41,7 +51,7 @@
|
|
|
|
|
<el-form-item label="小组团:"> |
|
|
|
|
<el-select |
|
|
|
|
style="width: 100%" |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
v-model="searchForm.smallGroup" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择" |
|
|
|
|
> |
|
|
|
@ -55,20 +65,12 @@
|
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="日期:" prop="annoDate"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in options" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
<el-date-picker |
|
|
|
|
type="date" |
|
|
|
|
value-format="yyyy-MM-dd" |
|
|
|
|
placeholder="选择日期" |
|
|
|
|
v-model="searchForm.createDate" |
|
|
|
|
></el-date-picker> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-button type="primary" @click="onSubmit">查询</el-button> |
|
|
|
@ -152,11 +154,11 @@
|
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column fixed="right" label="操作" width="250"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<el-button type="text" size="small" @click="info(1)" |
|
|
|
|
<el-button type="text" size="small" @click="info(1,scope.row)" |
|
|
|
|
>业态信息</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="text" size="small" @click="info(2)" |
|
|
|
|
>漏洞信息</el-button |
|
|
|
|
<el-button type="text" size="small" @click="info(2,scope.row)" |
|
|
|
|
>楼栋信息</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="text" size="small" @click="handle(scope.row)" |
|
|
|
|
>编 辑</el-button |
|
|
|
@ -181,6 +183,7 @@
|
|
|
|
|
<el-dialog |
|
|
|
|
title="数据处理" |
|
|
|
|
:visible.sync="dialogFormVisible" |
|
|
|
|
v-loading="dialogLoad" |
|
|
|
|
width="70%" |
|
|
|
|
:modal="false" |
|
|
|
|
> |
|
|
|
@ -193,118 +196,187 @@
|
|
|
|
|
> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="预售许可证号/房产证号:"> |
|
|
|
|
<span>渝住建委(2021)预字第(684)号</span> |
|
|
|
|
<el-form-item label="物业类型:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.propertyType" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in wuyeType" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="315楼盘名称:"> |
|
|
|
|
<span>上东汇小区F66-2</span> |
|
|
|
|
<el-form-item label="大业态:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.largeFormat" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in Bigye" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="楼栋:"> |
|
|
|
|
<span>1号楼</span> |
|
|
|
|
<el-form-item label="业态:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.format" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in ye" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="业态:"> |
|
|
|
|
<span>高层</span> |
|
|
|
|
<el-form-item label="销售状态:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.salesStatus" |
|
|
|
|
placeholder="请输入其它编号" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="楼盘名称:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请选择" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in options" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
<el-form-item label="装修标准:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.decorateStandards" |
|
|
|
|
placeholder="请输入装修标准" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="业态体量:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.volume" |
|
|
|
|
placeholder="请输入业态体量" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="公告编号:"> |
|
|
|
|
<el-form-item label="业态首推时间:"> |
|
|
|
|
<el-date-picker |
|
|
|
|
type="date" |
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss" |
|
|
|
|
placeholder="选择业态首推时间" |
|
|
|
|
v-model="ruleForm.firstPushTime" |
|
|
|
|
></el-date-picker> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="供应套数:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
placeholder="请输入公告编号" |
|
|
|
|
v-model="ruleForm.supplyKits" |
|
|
|
|
placeholder="请输入供应套数" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="其它编号:"> |
|
|
|
|
<el-form-item label="供应面积:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.name" |
|
|
|
|
placeholder="请输入其它编号" |
|
|
|
|
v-model="ruleForm.supplyArea" |
|
|
|
|
placeholder="请输入供应面积" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="成交套数:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.dealKits" |
|
|
|
|
placeholder="请输入成交套数" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="大业态:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.value" |
|
|
|
|
placeholder="请选择大业态" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in options" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
<el-form-item label="成交面积:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.dealArea" |
|
|
|
|
placeholder="请输入成交面积" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="业态:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.value" |
|
|
|
|
placeholder="请选择业态" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in options" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
<el-form-item label="狭义库存:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.narrowStock" |
|
|
|
|
placeholder="请输入狭义库存" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="物业类型:"> |
|
|
|
|
<el-select |
|
|
|
|
v-model="ruleForm.value" |
|
|
|
|
placeholder="请选择大物业类型" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in options" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
<el-form-item label="未推库存:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.unpushedStock" |
|
|
|
|
placeholder="请输入未推库存" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="广义库存:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.generalStock" |
|
|
|
|
placeholder="请输入广义库存" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="最近6月月均成交量:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.halfYearDealVolume" |
|
|
|
|
placeholder="请输入最近6月月均成交量" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="狭义去化周期:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.narrowCycle" |
|
|
|
|
placeholder="请输入狭义去化周期" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12"> |
|
|
|
|
<el-form-item label="广义去化周期:"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="ruleForm.generalCycle" |
|
|
|
|
placeholder="请输入广义去化周期" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
@ -338,6 +410,7 @@ import {
|
|
|
|
|
delLandResFile, |
|
|
|
|
updateLonLat, |
|
|
|
|
} from "@/views/land/api/land"; |
|
|
|
|
import * as api from "../api/index" |
|
|
|
|
import { uploadFile } from "@/views/api/api"; |
|
|
|
|
import { downUrlFile } from "@/util/file"; |
|
|
|
|
import fileDownload from "js-file-download"; |
|
|
|
@ -347,14 +420,13 @@ export default {
|
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
searchForm: { |
|
|
|
|
// 公告序号 |
|
|
|
|
// 公告ID |
|
|
|
|
annoId: "", |
|
|
|
|
// 地块编号 |
|
|
|
|
landCode: "", |
|
|
|
|
// 土地用途 |
|
|
|
|
landUsage: "", |
|
|
|
|
bigGroup:'', |
|
|
|
|
smallGroup:'', |
|
|
|
|
name:'', |
|
|
|
|
// 公告日期 |
|
|
|
|
annoDate: "", |
|
|
|
|
createDate: "", |
|
|
|
|
}, |
|
|
|
|
tableData: [], |
|
|
|
|
loading: false, |
|
|
|
@ -365,25 +437,26 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
// 编辑或新增窗口 |
|
|
|
|
dialogFormVisible: false, |
|
|
|
|
dialogLoad:false, |
|
|
|
|
// 列 |
|
|
|
|
cols: [ |
|
|
|
|
{ |
|
|
|
|
label: "楼盘名称", |
|
|
|
|
prop: "annoId", |
|
|
|
|
prop: "name", |
|
|
|
|
width: 200, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "公告编号", |
|
|
|
|
prop: "landCode", |
|
|
|
|
prop: "annoId", |
|
|
|
|
width: 150, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "其它编号", |
|
|
|
|
prop: "landPosition", |
|
|
|
|
prop: "otherNo", |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "经纬度", |
|
|
|
|
prop: "landUsage", |
|
|
|
|
prop: "lonLatBd", |
|
|
|
|
width: 150, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -393,27 +466,27 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "大组团", |
|
|
|
|
prop: "landTransferMu", |
|
|
|
|
prop: "bigGroup", |
|
|
|
|
width: 120, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "小组团", |
|
|
|
|
prop: "totalConsArea", |
|
|
|
|
prop: "smallGroup", |
|
|
|
|
width: 120, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "操盘企业", |
|
|
|
|
prop: "buildingDensity", |
|
|
|
|
prop: "tradingEnterprises", |
|
|
|
|
width: 120, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "合作商", |
|
|
|
|
prop: "plotRatio", |
|
|
|
|
prop: "partner", |
|
|
|
|
width: 120, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "开发企业", |
|
|
|
|
prop: "plotRatio", |
|
|
|
|
prop: "devCompany", |
|
|
|
|
width: 120, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
@ -477,20 +550,40 @@ export default {
|
|
|
|
|
label: "北京烤鸭", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
nameList:[], |
|
|
|
|
wuyeType:[], |
|
|
|
|
Bigye:[], |
|
|
|
|
ye:[] |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
created() {}, |
|
|
|
|
created() { |
|
|
|
|
//查询楼盘名称下拉 |
|
|
|
|
api.getNameList({current:1,size:50}).then(res=>{ |
|
|
|
|
if (res.data.data){ |
|
|
|
|
this.nameList=res.data.data.records |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
api.getDict('property_types').then(res=>{ |
|
|
|
|
this.wuyeType=res.data.data |
|
|
|
|
}) |
|
|
|
|
api.getDict('format').then(res=>{ |
|
|
|
|
this.ye=res.data.data |
|
|
|
|
}) |
|
|
|
|
api.getDict('largeFormat').then(res=>{ |
|
|
|
|
this.Bigye=res.data.data |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
mounted: function () { |
|
|
|
|
this.onSubmit(); |
|
|
|
|
}, |
|
|
|
|
computed: {}, |
|
|
|
|
watch: { |
|
|
|
|
page: { |
|
|
|
|
handler(newVal, oldVal) { |
|
|
|
|
this.onSubmit(); |
|
|
|
|
}, |
|
|
|
|
deep: true, |
|
|
|
|
}, |
|
|
|
|
// page: { |
|
|
|
|
// handler(newVal, oldVal) { |
|
|
|
|
// this.onSubmit(); |
|
|
|
|
// }, |
|
|
|
|
// deep: true, |
|
|
|
|
// }, |
|
|
|
|
selectedData: { |
|
|
|
|
handler(newVal, oldVal) { |
|
|
|
|
this.hasSelectData = newVal.length > 0 ? true : false; |
|
|
|
@ -506,18 +599,29 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
//子列表 |
|
|
|
|
info(val) { |
|
|
|
|
info(val,data) { |
|
|
|
|
if (val == 2) { |
|
|
|
|
this.$router.push("/houseList/page/houseInfo"); |
|
|
|
|
this.$router.push({path:"/houseList/page/houseInfo",query:{id:data.housingEstateId}}); |
|
|
|
|
} else { |
|
|
|
|
this.$router.push("/houseList/page/FormatInfo"); |
|
|
|
|
console.log(data); |
|
|
|
|
this.$router.push({path:"/houseList/page/FormatInfo",query:{id:data.housingEstatesId}}); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
//提交 |
|
|
|
|
submitForm(formName) { |
|
|
|
|
this.dialogLoad=true; |
|
|
|
|
this.$refs[formName].validate((valid) => { |
|
|
|
|
if (valid) { |
|
|
|
|
alert("submit!"); |
|
|
|
|
api.changeHouse(this.ruleForm).then(res=>{ |
|
|
|
|
if (res.data.data){ |
|
|
|
|
this.dialogLoad=false; |
|
|
|
|
this.dialogFormVisible=false; |
|
|
|
|
this.ruleForm={}; |
|
|
|
|
this.$alert('保存成功') |
|
|
|
|
this.onSubmit() |
|
|
|
|
} |
|
|
|
|
}).catch((e)=>{this.dialogLoad=false;}) |
|
|
|
|
console.log(this.ruleForm); |
|
|
|
|
} else { |
|
|
|
|
console.log("error submit!!"); |
|
|
|
|
return false; |
|
|
|
@ -530,7 +634,11 @@ export default {
|
|
|
|
|
//立即处理 |
|
|
|
|
handle(item) { |
|
|
|
|
this.dialogFormVisible = true; |
|
|
|
|
this.ruleForm = {}; |
|
|
|
|
this.dialogLoad=true; |
|
|
|
|
api.houseById(item.housingEstatesId).then(res=>{ |
|
|
|
|
this.ruleForm = res.data.data.housingEstates; |
|
|
|
|
this.dialogLoad=false; |
|
|
|
|
}).catch((e)=>{this.dialogLoad=false;}) |
|
|
|
|
}, |
|
|
|
|
setTagName(val) { |
|
|
|
|
let txt = ""; |
|
|
|
@ -543,7 +651,7 @@ export default {
|
|
|
|
|
this.tableLoading = true; |
|
|
|
|
console.debug(page); |
|
|
|
|
console.debug(params); |
|
|
|
|
fetchHandLandList( |
|
|
|
|
api.houseList( |
|
|
|
|
Object.assign({ |
|
|
|
|
current: page.currentPage, |
|
|
|
|
size: page.pageSize, |
|
|
|
@ -574,7 +682,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
this.searchForm |
|
|
|
|
); |
|
|
|
|
fetchHandLandList(param) |
|
|
|
|
api.houseList(param) |
|
|
|
|
.then((response) => { |
|
|
|
|
this.tableData = response.data.data.records; |
|
|
|
|
this.page.total = response.data.data.total; |
|
|
|
@ -680,10 +788,12 @@ export default {
|
|
|
|
|
|
|
|
|
|
handleSizeChange(val) { |
|
|
|
|
this.page.pageSize = val; |
|
|
|
|
this.onSubmit(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
handleCurrentChange(val) { |
|
|
|
|
this.page.currentPage = val; |
|
|
|
|
this.onSubmit(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// 清空选中 |
|
|
|
@ -933,5 +1043,8 @@ export default {
|
|
|
|
|
padding: 20px; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
/deep/ .el-dialog__body{ |
|
|
|
|
height: 600px; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|