ac98a186 by renchao@pashanhoo.com

楼盘表

1 parent 7a41d27b
/*
* @Description: 业务申请
* @Autor: renchao
* @LastEditTime: 2024-01-23 13:17:00
* @LastEditTime: 2024-01-31 14:50:36
*/
import request from '@/utils/request'
......@@ -290,9 +290,9 @@ export function selectYgdy (data) {
* @param data
* @returns {*}
*/
export function selectHQjdc (data) {
export function selectHListQjdc (data) {
return request({
url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectHQjdc',
url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectHListQjdc',
method: 'post',
data
})
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-16 14:17:34
* @LastEditTime: 2024-01-31 14:50:43
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -57,7 +57,7 @@
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "./mixin/jump";
import { selectHQjdc } from "@/api/ywsq.js";
import { selectHListQjdc } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [ywsqTable, jump],
......@@ -93,7 +93,7 @@
this.$startLoading();
this.queryForm.zrzbsm = this.zrzbsm || this.sqywInfo.bsm;
// this.queryForm.zrzbsm = this.sqywInfo.zrzbsm;
selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => {
selectHListQjdc({ ...this.queryForm, ...this.pageData }).then((res) => {
this.$endLoading();
if (res.code === 200) {
let { total, records } = res.result;
......