b1dec24d by jiaozeping@pashanhoo.com

1

1 parent 43181a2e
......@@ -96,8 +96,10 @@ export default {
methods: {
//默认加载表格信息
queryClick () {
this.$startLoading();
this.queryForm.bsmSqyw = this.bsmSqyw;
selectQlxx({ ...this.queryForm, ...this.pageData }).then((res) => {
this.$endLoading();
if (res.code === 200) {
let { total, records } = res.result;
this.tableData.total = total;
......
......@@ -10,6 +10,7 @@
placeholder="请输入不动产单元号"
v-model="queryForm.bdcdyh"
clearable
maxlength="28"
class="width300px"
>
</el-input>
......