7c4cff70 by renchao@pashanhoo.com

style:不动产单元选择

1 parent b5669f47
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-16 15:56:42
* @LastEditTime: 2023-05-18 10:53:07
*/
import request from '@/utils/request'
let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl'))
const url = SERVER.LPBSERVERAPI + '/rest/zhcx/lpcx/'
const url = SERVER.SERVERAPI + '/rest/zhcx/lpcx/'
//
/**
* @description:楼盘查询- 根据条件进行列表查询
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:40:19
* @LastEditTime: 2023-05-18 10:53:49
-->
<template>
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px">
......@@ -58,7 +58,6 @@
</el-form-item>
</el-form>
</template>
<script>
import Vue from 'vue'
import store from '@/store/index.js'
......@@ -100,13 +99,13 @@
],
lzrdh: [
{ required: true, message: '请输入电话号码', trigger: 'blur' }
],
]
},
tableData: {
total: 0,
columns: datas.columns().lzgrid,
data: [],
},
data: []
}
}
},
mounted () {
......@@ -124,7 +123,6 @@
this.ruleForm.fzsj = res.result.fzsj
this.ruleForm.fzsl = res.result.fzsl
this.ruleForm.bdcqzList = res.result.list;
}
})
},
......@@ -159,3 +157,4 @@
@import "~@/styles/mixin.scss";
</style>
......
......@@ -55,7 +55,7 @@
</el-row>
</el-form>
</div>
<div class="from-clues-content">
<div class="from-clues-content loadingtext">
<lb-table ref="table" @row-dblclick="handleRowClick" :page-size="pageData.pageSize" :calcHeight="300"
:current-page.sync="pageData.currentPage" :total="zrztableData.total" @size-change="handleSizeChange"
@p-current-change="handleCurrentChange" @selection-change="handleSelectionChange" :column="zrztableData.columns"
......@@ -121,10 +121,10 @@
</div>
</template>
<script>
import Vue from 'vue'
import store from '@/store/index.js'
//国有建设用地使用权/房屋使用权
import { datas, sendThis } from "../javascript/fwsyq.js";
// import { datasduo, sendThisduo } from "../javascript/fwsyqduo.js";
import table from "@/utils/mixin/table";
import jump from "@/views/ywbl/ywsq/components/mixin/jump";
import { selectScBdcdy, startBusinessFlow, choiceBdcdy, selectOtherH, selectZrz, selectDz } from "@/api/ywbl.js";
......@@ -199,7 +199,7 @@
} else {
//从办理框架选择不动产单元进入
//房屋首次办理选择不动产需找出对应自然幢下未选择的户
this.queryzrzForm.bsmSlsq = this.$route.query.bsmSlsq;
this.queryzrzForm.bsmSlsq = Vue.prototype.$currentRoute.query.bsmSlsq;
selectOtherH({ ...this.queryzrzForm, ...this.pageData }).then((res) => {
this.$endLoading();
if (res.code === 200) {
......@@ -241,7 +241,7 @@
})
} else {
choiceBdcdy({
bsmSlsq: this.$route.query.bsmSlsq,
bsmSlsq: Vue.prototype.$currentRoute.query.bsmSlsq,
bdcdysz: this.bdcdysz
}).then(res => {
if (res.code == 200) {
......