111
Showing
2 changed files
with
12 additions
and
2 deletions
| ... | @@ -56,6 +56,16 @@ export function getJsydsyqList(data) { | ... | @@ -56,6 +56,16 @@ export function getJsydsyqList(data) { |
| 56 | data | 56 | data |
| 57 | }) | 57 | }) |
| 58 | } | 58 | } |
| 59 | |||
| 60 | // 获取房屋独幢信息集合 | ||
| 61 | export function getFdcq2List(data) { | ||
| 62 | return request({ | ||
| 63 | url: '/djbDetail/getFdcq2List', | ||
| 64 | method: 'post', | ||
| 65 | data | ||
| 66 | }) | ||
| 67 | } | ||
| 68 | |||
| 59 | // 获取抵押权 | 69 | // 获取抵押权 |
| 60 | export function getDiyaqList(data) { | 70 | export function getDiyaqList(data) { |
| 61 | return request({ | 71 | return request({ | ... | ... |
| ... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
| 47 | </template> | 47 | </template> |
| 48 | 48 | ||
| 49 | <script> | 49 | <script> |
| 50 | import { getJsydsyqList } from "@/api/registerBook.js"; | 50 | import { getFdcq2List } from "@/api/registerBook.js"; |
| 51 | import { datas } from "./qlxxFormData.js"; | 51 | import { datas } from "./qlxxFormData.js"; |
| 52 | export default { | 52 | export default { |
| 53 | data() { | 53 | data() { |
| ... | @@ -70,7 +70,7 @@ export default { | ... | @@ -70,7 +70,7 @@ export default { |
| 70 | }, | 70 | }, |
| 71 | methods: { | 71 | methods: { |
| 72 | loadData() { | 72 | loadData() { |
| 73 | getJsydsyqList({ | 73 | getFdcq2List({ |
| 74 | bdcdyid: this.propsParam.bdcdyid, | 74 | bdcdyid: this.propsParam.bdcdyid, |
| 75 | qllx: this.propsParam.qllx, | 75 | qllx: this.propsParam.qllx, |
| 76 | qszt: this.checkList, | 76 | qszt: this.checkList, | ... | ... |
-
Please register or sign in to post a comment