1111
Showing
3 changed files
with
16 additions
and
5 deletions
... | @@ -13,6 +13,16 @@ export function selectScBdcdy(data) { | ... | @@ -13,6 +13,16 @@ export function selectScBdcdy(data) { |
13 | }) | 13 | }) |
14 | } | 14 | } |
15 | 15 | ||
16 | export function selectZdjbxx(data) { | ||
17 | return request({ | ||
18 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectZdjbxx', | ||
19 | method: 'post', | ||
20 | data, | ||
21 | showLoading: true | ||
22 | }) | ||
23 | } | ||
24 | |||
25 | |||
16 | /* | 26 | /* |
17 | 选择建设用地用地查询方法 | 27 | 选择建设用地用地查询方法 |
18 | */ | 28 | */ | ... | ... |
... | @@ -44,7 +44,8 @@ import { datas, sendThis } from "../javascript/jsydsyq100.js"; | ... | @@ -44,7 +44,8 @@ import { datas, sendThis } from "../javascript/jsydsyq100.js"; |
44 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 44 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
45 | import table from "@/utils/mixin/table"; | 45 | import table from "@/utils/mixin/table"; |
46 | import jump from "../components/mixin/jump"; | 46 | import jump from "../components/mixin/jump"; |
47 | import { selectScBdcdy, startBusinessFlow } from "@/api/ywbl.js"; | 47 | import { startBusinessFlow } from "@/api/ywbl.js"; |
48 | import { selectZdjbxx } from "@/api/selectQlxx.js"; | ||
48 | export default { | 49 | export default { |
49 | mixins: [table, jump], | 50 | mixins: [table, jump], |
50 | props: { | 51 | props: { |
... | @@ -76,7 +77,7 @@ export default { | ... | @@ -76,7 +77,7 @@ export default { |
76 | fetchData () { | 77 | fetchData () { |
77 | this.queryForm.sqywbm = this.djywbm; | 78 | this.queryForm.sqywbm = this.djywbm; |
78 | 79 | ||
79 | selectScBdcdy({ ...this.queryForm, ...this.pageData }).then((res) => { | 80 | selectZdjbxx({ ...this.queryForm, ...this.pageData }).then((res) => { |
80 | if (res.code === 200) { | 81 | if (res.code === 200) { |
81 | let { total, records } = res.result; | 82 | let { total, records } = res.result; |
82 | this.tableData.total = total; | 83 | this.tableData.total = total; | ... | ... |
... | @@ -60,11 +60,11 @@ class data extends filter { | ... | @@ -60,11 +60,11 @@ class data extends filter { |
60 | label: "不动产单元号", | 60 | label: "不动产单元号", |
61 | }, | 61 | }, |
62 | { | 62 | { |
63 | prop: "showQlxz", | 63 | prop: "qlxzmc", |
64 | label: "权利性质", | 64 | label: "权利性质", |
65 | }, | 65 | }, |
66 | { | 66 | { |
67 | prop: "zdmj", | 67 | prop: "mj", |
68 | label: "宗地面积(㎡)", | 68 | label: "宗地面积(㎡)", |
69 | }, | 69 | }, |
70 | { | 70 | { |
... | @@ -72,7 +72,7 @@ class data extends filter { | ... | @@ -72,7 +72,7 @@ class data extends filter { |
72 | label: "权利设定方式", | 72 | label: "权利设定方式", |
73 | }, | 73 | }, |
74 | { | 74 | { |
75 | prop: "showTdyt", | 75 | prop: "ytmc", |
76 | label: "土地用途", | 76 | label: "土地用途", |
77 | }, | 77 | }, |
78 | { | 78 | { | ... | ... |
-
Please register or sign in to post a comment