1
Showing
12 changed files
with
128 additions
and
127 deletions
| ... | @@ -12,58 +12,60 @@ class business { | ... | @@ -12,58 +12,60 @@ class business { | 
| 12 | } | 12 | } | 
| 13 | }) | 13 | }) | 
| 14 | } | 14 | } | 
| 15 | // 房地产权_独幢、层、套、间房屋信息 | 15 | // 土地所有权 | 
| 16 | async getQltFwFdcqYzByCondition (data) { | 16 | async getQlfQlTdsyqList (data) { | 
| 17 | return request({ | 17 | return request({ | 
| 18 | url: SERVER.SERVERAPI +'/rest/reg/QltFwFdcqYz/getDataPage', | 18 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlTdsyq/getDataPage', | 
| 19 | method: 'post', | 19 | method: 'post', | 
| 20 | data | 20 | data | 
| 21 | }) | 21 | }) | 
| 22 | } | 22 | } | 
| 23 | // 土地所有权 | 23 | // 建设用地、宅基地使用权 | 
| 24 | async getQlfQlTdsyqListByCondition (data) { | 24 | async getQlfQlJsydsyqList (data) { | 
| 25 | return request({ | 25 | return request({ | 
| 26 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlTdsyq/getDataPage', | 26 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlJsydsyq/getDataPage', | 
| 27 | method: 'post', | 27 | method: 'post', | 
| 28 | data | 28 | data | 
| 29 | }) | 29 | }) | 
| 30 | } | 30 | } | 
| 31 | // 抵押权登记 | 31 | // 房地产权_项目内多幢房屋信息 | 
| 32 | async getQlfQlDyaqByCondition (data) { | 32 | async getQltFwFdcqDzList (data) { | 
| 33 | return request({ | 33 | return request({ | 
| 34 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlDyaq/getDataPage', | 34 | url: SERVER.SERVERAPI +'/rest/reg/QltFwFdcqDz/getDataPage', | 
| 35 | method: 'post', | 35 | method: 'post', | 
| 36 | data | 36 | data | 
| 37 | }) | 37 | }) | 
| 38 | } | 38 | } | 
| 39 | // 查封登记信息 | 39 | // 房地产权_独幢、层、套、间房屋信息 | 
| 40 | async getQlfQlCfdjByCondtion (data) { | 40 | async getQltFwFdcqYzList (data) { | 
| 41 | return request({ | 41 | return request({ | 
| 42 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlCfdj/getDataPage', | 42 | url: SERVER.SERVERAPI +'/rest/reg/QltFwFdcqYz/getDataPage', | 
| 43 | method: 'post', | 43 | method: 'post', | 
| 44 | data | 44 | data | 
| 45 | }) | 45 | }) | 
| 46 | } | 46 | } | 
| 47 | // 建设用地、宅基地使用权 | 47 | // 建筑物区分所有权业主共有部分信息 | 
| 48 | async getQlfQlJsydsyqByCondition (data) { | 48 | async getQlfFwFdcqQfsyqList (data) { | 
| 49 | return request({ | 49 | return request({ | 
| 50 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlJsydsyq/getDataPage', | 50 | url: SERVER.SERVERAPI +'/rest/reg/QlfFwFdcqQfsyq/getDataPage', | 
| 51 | method: 'post', | 51 | method: 'post', | 
| 52 | data | 52 | data | 
| 53 | }) | 53 | }) | 
| 54 | } | 54 | } | 
| 55 | // 房地产权_项目内多幢房屋信息 | 55 | |
| 56 | async getQltFwFdcqDzByCondition (data) { | 56 | |
| 57 | // 抵押权登记 | ||
| 58 | async getQlfQlDyaqByCondition (data) { | ||
| 57 | return request({ | 59 | return request({ | 
| 58 | url: SERVER.SERVERAPI +'/rest/reg/QltFwFdcqDz/getDataPage', | 60 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlDyaq/getDataPage', | 
| 59 | method: 'post', | 61 | method: 'post', | 
| 60 | data | 62 | data | 
| 61 | }) | 63 | }) | 
| 62 | } | 64 | } | 
| 63 | // 建筑物区分所有权业主共有部分信息 | 65 | // 查封登记信息 | 
| 64 | async getQlfFwFdcqQfsyqByConditon (data) { | 66 | async getQlfQlCfdjByCondtion (data) { | 
| 65 | return request({ | 67 | return request({ | 
| 66 | url: SERVER.SERVERAPI +'/rest/reg/QlfFwFdcqQfsyq/getDataPage', | 68 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlCfdj/getDataPage', | 
| 67 | method: 'post', | 69 | method: 'post', | 
| 68 | data | 70 | data | 
| 69 | }) | 71 | }) | ... | ... | 
| ... | @@ -193,27 +193,27 @@ export const asyncRoutes = [ | ... | @@ -193,27 +193,27 @@ export const asyncRoutes = [ | 
| 193 | meta: { title: '土地所有权' } | 193 | meta: { title: '土地所有权' } | 
| 194 | }, | 194 | }, | 
| 195 | { | 195 | { | 
| 196 | path: 'landBuilding', | 196 | path: 'jsydzjdsyq', | 
| 197 | component: () => import('@/views/business-info/land-building/index'), | 197 | component: () => import('@/views/business-info/jsydzjdsyq/index'), | 
| 198 | name: 'landBuilding', | 198 | name: 'jsydzjdsyq', | 
| 199 | meta: { title: '建设用地、宅基地使用权' } | 199 | meta: { title: '建设用地、宅基地使用权' } | 
| 200 | }, | 200 | }, | 
| 201 | { | 201 | { | 
| 202 | path: 'realEstateMany', | 202 | path: 'fdcqdz', | 
| 203 | component: () => import('@/views/business-info/real-estate-many/index'), | 203 | component: () => import('@/views/business-info/fdcqdz/index'), | 
| 204 | name: 'realEstateMany', | 204 | name: 'fdcqdz', | 
| 205 | meta: { title: '房地产权(项目内多幢房屋)' } | 205 | meta: { title: '房地产权(项目内多幢房屋)' } | 
| 206 | }, | 206 | }, | 
| 207 | { | 207 | { | 
| 208 | path: 'realEstateSingle', | 208 | path: 'fdcqyz', | 
| 209 | component: () => import('@/views/business-info/real-estate-single/index'), | 209 | component: () => import('@/views/business-info/fdcqyz/index'), | 
| 210 | name: 'realEstateSingle', | 210 | name: 'fdcqyz', | 
| 211 | meta: { title: '房地产权(独幢、层、套、间、房屋)' } | 211 | meta: { title: '房地产权(独幢、层、套、间、房屋)' } | 
| 212 | }, | 212 | }, | 
| 213 | { | 213 | { | 
| 214 | path: 'ownerShare', | 214 | path: 'fdcqqfsyq', | 
| 215 | component: () => import('@/views/business-info/owner-share/index'), | 215 | component: () => import('@/views/business-info/fdcqqfsyq/index'), | 
| 216 | name: 'ownerShare', | 216 | name: 'fdcqqfsyq', | 
| 217 | meta: { title: '建筑物区分所有权业主共有部分' } | 217 | meta: { title: '建筑物区分所有权业主共有部分' } | 
| 218 | }, | 218 | }, | 
| 219 | { | 219 | { | ... | ... | 
| ... | @@ -10,34 +10,34 @@ class data extends filter { | ... | @@ -10,34 +10,34 @@ class data extends filter { | 
| 10 | prop: "YWH", | 10 | prop: "YWH", | 
| 11 | width: 150 | 11 | width: 150 | 
| 12 | }, | 12 | }, | 
| 13 | { | 13 | // { | 
| 14 | label: "权利类型", | 14 | // label: "权利类型", | 
| 15 | render: (h, scope) => { | 15 | // render: (h, scope) => { | 
| 16 | return ( | 16 | // return ( | 
| 17 | <div> | 17 | // <div> | 
| 18 | <span>{ this.qllxStatus(scope.row.QLLX)}</span> | 18 | // <span>{ this.qllxStatus(scope.row.QLLX)}</span> | 
| 19 | </div> | 19 | // </div> | 
| 20 | ) | 20 | // ) | 
| 21 | }, | 21 | // }, | 
| 22 | }, | 22 | // }, | 
| 23 | { | 23 | // { | 
| 24 | label: "登记类型", | 24 | // label: "登记类型", | 
| 25 | width: 70, | 25 | // width: 70, | 
| 26 | render: (h, scope) => { | 26 | // render: (h, scope) => { | 
| 27 | return ( | 27 | // return ( | 
| 28 | <div> | 28 | // <div> | 
| 29 | <span>{this.djlxStatus(scope.row.DJLX)}</span> | 29 | // <span>{this.djlxStatus(scope.row.DJLX)}</span> | 
| 30 | </div> | 30 | // </div> | 
| 31 | ) | 31 | // ) | 
| 32 | } | 32 | // } | 
| 33 | }, | 33 | // }, | 
| 34 | { | 34 | { | 
| 35 | label: "不动产单元号", | 35 | label: "不动产单元号", | 
| 36 | prop: "BDCDYH" | 36 | prop: "bdcdyh" | 
| 37 | }, | 37 | }, | 
| 38 | { | 38 | { | 
| 39 | label: "不动产权证号", | 39 | label: "不动产权证号", | 
| 40 | prop: "BDCQZH" | 40 | prop: "bdcqzh" | 
| 41 | }, | 41 | }, | 
| 42 | { | 42 | { | 
| 43 | label: "登记时间", | 43 | label: "登记时间", | 
| ... | @@ -46,7 +46,7 @@ class data extends filter { | ... | @@ -46,7 +46,7 @@ class data extends filter { | 
| 46 | }, | 46 | }, | 
| 47 | { | 47 | { | 
| 48 | label: "登记机构", | 48 | label: "登记机构", | 
| 49 | prop: "DJJG" | 49 | prop: "djjg" | 
| 50 | } | 50 | } | 
| 51 | ] | 51 | ] | 
| 52 | } | 52 | } | ... | ... | 
| 1 | <template> | 1 | <template> | 
| 2 | <div class="realEstateMany from-clues"> | 2 | <div class="fdcqdz from-clues"> | 
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> | 
| 4 | <el-form ref="form" :model="form" label-width="80px"> | 4 | <el-form ref="form" :model="form" label-width="80px"> | 
| 5 | <el-row> | 5 | <el-row> | 
| 6 | <el-col :span="5"> | 6 | <el-col :span="5"> | 
| 7 | <el-form-item label="业务号"> | 7 | <el-form-item label="业务号3"> | 
| 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 
| 9 | </el-form-item> | 9 | </el-form-item> | 
| 10 | </el-col> | 10 | </el-col> | 
| ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | 
| 60 | import treeSelect from '@/components/treeSelect/index.vue' | 60 | import treeSelect from '@/components/treeSelect/index.vue' | 
| 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 
| 62 | export default { | 62 | export default { | 
| 63 | name: "realEstateMany", | 63 | name: "fdcqdz", | 
| 64 | mixins: [tableMixin], | 64 | mixins: [tableMixin], | 
| 65 | components: { | 65 | components: { | 
| 66 | treeSelect, | 66 | treeSelect, | 
| ... | @@ -164,7 +164,7 @@ export default { | ... | @@ -164,7 +164,7 @@ export default { | 
| 164 | try { | 164 | try { | 
| 165 | this.form = Object.assign(this.form, this.formData) | 165 | this.form = Object.assign(this.form, this.formData) | 
| 166 | let { result: { list, total, pages: pageSize, pageNum: current } | 166 | let { result: { list, total, pages: pageSize, pageNum: current } | 
| 167 | } = await business.getQltFwFdcqDzByCondition(this.form) | 167 | } = await business.getQltFwFdcqDzList(this.form) | 
| 168 | this.tableData.data = list | 168 | this.tableData.data = list | 
| 169 | this.pageData = { | 169 | this.pageData = { | 
| 170 | pageSize, | 170 | pageSize, | ... | ... | 
| ... | @@ -10,16 +10,16 @@ class data extends filter { | ... | @@ -10,16 +10,16 @@ class data extends filter { | 
| 10 | prop: "YWH", | 10 | prop: "YWH", | 
| 11 | width: 150 | 11 | width: 150 | 
| 12 | }, | 12 | }, | 
| 13 | { | 13 | // { | 
| 14 | label: "权利类型", | 14 | // label: "权利类型", | 
| 15 | render: (h, scope) => { | 15 | // render: (h, scope) => { | 
| 16 | return ( | 16 | // return ( | 
| 17 | <div> | 17 | // <div> | 
| 18 | <span>{ this.qllxStatus(scope.row.QLLX)}</span> | 18 | // <span>{ this.qllxStatus(scope.row.QLLX)}</span> | 
| 19 | </div> | 19 | // </div> | 
| 20 | ) | 20 | // ) | 
| 21 | }, | 21 | // }, | 
| 22 | }, | 22 | // }, | 
| 23 | { | 23 | { | 
| 24 | label: "建(构)筑物名称", | 24 | label: "建(构)筑物名称", | 
| 25 | prop: "JGZWMC" | 25 | prop: "JGZWMC" | ... | ... | 
| 1 | <template> | 1 | <template> | 
| 2 | <div class="ownerShare from-clues"> | 2 | <div class="fdcqqfsyq from-clues"> | 
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> | 
| 4 | <el-form ref="form" :model="form" label-width="80px"> | 4 | <el-form ref="form" :model="form" label-width="80px"> | 
| 5 | <el-row> | 5 | <el-row> | 
| 6 | <el-col :span="5"> | 6 | <el-col :span="5"> | 
| 7 | <el-form-item label="业务号"> | 7 | <el-form-item label="业务号5"> | 
| 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 
| 9 | </el-form-item> | 9 | </el-form-item> | 
| 10 | </el-col> | 10 | </el-col> | 
| ... | @@ -51,7 +51,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -51,7 +51,7 @@ import tableMixin from '@/mixins/tableMixin.js' | 
| 51 | import treeSelect from '@/components/treeSelect/index.vue' | 51 | import treeSelect from '@/components/treeSelect/index.vue' | 
| 52 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 52 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 
| 53 | export default { | 53 | export default { | 
| 54 | name: "ownerShare", | 54 | name: "fdcqqfsyq", | 
| 55 | mixins: [tableMixin], | 55 | mixins: [tableMixin], | 
| 56 | components: { | 56 | components: { | 
| 57 | treeSelect, | 57 | treeSelect, | 
| ... | @@ -121,7 +121,7 @@ export default { | ... | @@ -121,7 +121,7 @@ export default { | 
| 121 | try { | 121 | try { | 
| 122 | this.form = Object.assign(this.form, this.formData) | 122 | this.form = Object.assign(this.form, this.formData) | 
| 123 | let { result: { list, total, pages: pageSize, pageNum: current } | 123 | let { result: { list, total, pages: pageSize, pageNum: current } | 
| 124 | } = await business.getQlfFwFdcqQfsyqByConditon(this.form) | 124 | } = await business.getQlfFwFdcqQfsyqList(this.form) | 
| 125 | this.tableData.data = list | 125 | this.tableData.data = list | 
| 126 | this.pageData = { | 126 | this.pageData = { | 
| 127 | pageSize, | 127 | pageSize, | ... | ... | 
| ... | @@ -10,27 +10,27 @@ class data extends filter { | ... | @@ -10,27 +10,27 @@ class data extends filter { | 
| 10 | prop: "YWH", | 10 | prop: "YWH", | 
| 11 | width: 150 | 11 | width: 150 | 
| 12 | }, | 12 | }, | 
| 13 | { | 13 | // { | 
| 14 | label: "权利类型", | 14 | // label: "权利类型", | 
| 15 | render: (h, scope) => { | 15 | // render: (h, scope) => { | 
| 16 | return ( | 16 | // return ( | 
| 17 | <div> | 17 | // <div> | 
| 18 | <span>{ this.qllxStatus(scope.row.QLLX)}</span> | 18 | // <span>{ this.qllxStatus(scope.row.QLLX)}</span> | 
| 19 | </div> | 19 | // </div> | 
| 20 | ) | 20 | // ) | 
| 21 | }, | 21 | // }, | 
| 22 | }, | 22 | // }, | 
| 23 | { | 23 | // { | 
| 24 | label: "登记类型", | 24 | // label: "登记类型", | 
| 25 | width: 70, | 25 | // width: 70, | 
| 26 | render: (h, scope) => { | 26 | // render: (h, scope) => { | 
| 27 | return ( | 27 | // return ( | 
| 28 | <div> | 28 | // <div> | 
| 29 | <span>{this.djlxStatus(scope.row.DJLX)}</span> | 29 | // <span>{this.djlxStatus(scope.row.DJLX)}</span> | 
| 30 | </div> | 30 | // </div> | 
| 31 | ) | 31 | // ) | 
| 32 | } | 32 | // } | 
| 33 | }, | 33 | // }, | 
| 34 | { | 34 | { | 
| 35 | label: "不动产单元号", | 35 | label: "不动产单元号", | 
| 36 | prop: "BDCDYH" | 36 | prop: "BDCDYH" | ... | ... | 
| 1 | <template> | 1 | <template> | 
| 2 | <div class="realEstateSingle from-clues"> | 2 | <div class="fdcqyz from-clues"> | 
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> | 
| 4 | <el-form ref="form" :model="form" label-width="80px"> | 4 | <el-form ref="form" :model="form" label-width="80px"> | 
| 5 | <el-row> | 5 | <el-row> | 
| 6 | <el-col :span="5"> | 6 | <el-col :span="5"> | 
| 7 | <el-form-item label="业务号"> | 7 | <el-form-item label="业务号4"> | 
| 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 
| 9 | </el-form-item> | 9 | </el-form-item> | 
| 10 | </el-col> | 10 | </el-col> | 
| ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | 
| 60 | import treeSelect from '@/components/treeSelect/index.vue' | 60 | import treeSelect from '@/components/treeSelect/index.vue' | 
| 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 
| 62 | export default { | 62 | export default { | 
| 63 | name: "realEstateSingle", | 63 | name: "fdcqyz", | 
| 64 | mixins: [tableMixin], | 64 | mixins: [tableMixin], | 
| 65 | components: { | 65 | components: { | 
| 66 | treeSelect, | 66 | treeSelect, | 
| ... | @@ -164,7 +164,7 @@ export default { | ... | @@ -164,7 +164,7 @@ export default { | 
| 164 | try { | 164 | try { | 
| 165 | this.form = Object.assign(this.form, this.formData) | 165 | this.form = Object.assign(this.form, this.formData) | 
| 166 | let { result: { list, total, pages: pageSize, pageNum: current } | 166 | let { result: { list, total, pages: pageSize, pageNum: current } | 
| 167 | } = await business.getQltFwFdcqYzByCondition(this.form) | 167 | } = await business.getQltFwFdcqYzList(this.form) | 
| 168 | this.tableData.data = list | 168 | this.tableData.data = list | 
| 169 | this.pageData = { | 169 | this.pageData = { | 
| 170 | pageSize, | 170 | pageSize, | ... | ... | 
| ... | @@ -10,27 +10,27 @@ class data extends filter { | ... | @@ -10,27 +10,27 @@ class data extends filter { | 
| 10 | prop: "YWH", | 10 | prop: "YWH", | 
| 11 | width: 150 | 11 | width: 150 | 
| 12 | }, | 12 | }, | 
| 13 | { | 13 | // { | 
| 14 | label: "权利类型", | 14 | // label: "权利类型", | 
| 15 | render: (h, scope) => { | 15 | // render: (h, scope) => { | 
| 16 | return ( | 16 | // return ( | 
| 17 | <div> | 17 | // <div> | 
| 18 | <span>{ this.qllxStatus(scope.row.QLLX)}</span> | 18 | // <span>{ this.qllxStatus(scope.row.QLLX)}</span> | 
| 19 | </div> | 19 | // </div> | 
| 20 | ) | 20 | // ) | 
| 21 | }, | 21 | // }, | 
| 22 | }, | 22 | // }, | 
| 23 | { | 23 | // { | 
| 24 | label: "登记类型", | 24 | // label: "登记类型", | 
| 25 | width: 70, | 25 | // width: 70, | 
| 26 | render: (h, scope) => { | 26 | // render: (h, scope) => { | 
| 27 | return ( | 27 | // return ( | 
| 28 | <div> | 28 | // <div> | 
| 29 | <span>{this.djlxStatus(scope.row.DJLX)}</span> | 29 | // <span>{this.djlxStatus(scope.row.DJLX)}</span> | 
| 30 | </div> | 30 | // </div> | 
| 31 | ) | 31 | // ) | 
| 32 | } | 32 | // } | 
| 33 | }, | 33 | // }, | 
| 34 | { | 34 | { | 
| 35 | label: "不动产单元号", | 35 | label: "不动产单元号", | 
| 36 | prop: "BDCDYH" | 36 | prop: "BDCDYH" | ... | ... | 
File moved
| 1 | <template> | 1 | <template> | 
| 2 | <div class="landBuilding from-clues"> | 2 | <div class="jsydzjdsyq from-clues"> | 
| 3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> | 
| 4 | <el-form ref="form" :model="form" label-width="80px"> | 4 | <el-form ref="form" :model="form" label-width="80px"> | 
| 5 | <el-row> | 5 | <el-row> | 
| 6 | <el-col :span="5"> | 6 | <el-col :span="5"> | 
| 7 | <el-form-item label="业务号"> | 7 | <el-form-item label="业务号2"> | 
| 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 8 | <el-input v-model="form.YWH" placeholder="业务号"></el-input> | 
| 9 | </el-form-item> | 9 | </el-form-item> | 
| 10 | </el-col> | 10 | </el-col> | 
| ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | 
| 60 | import treeSelect from '@/components/treeSelect/index.vue' | 60 | import treeSelect from '@/components/treeSelect/index.vue' | 
| 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 
| 62 | export default { | 62 | export default { | 
| 63 | name: "landBuilding", | 63 | name: "jsydzjdsyq", | 
| 64 | mixins: [tableMixin], | 64 | mixins: [tableMixin], | 
| 65 | components: { | 65 | components: { | 
| 66 | treeSelect, | 66 | treeSelect, | 
| ... | @@ -164,7 +164,7 @@ export default { | ... | @@ -164,7 +164,7 @@ export default { | 
| 164 | try { | 164 | try { | 
| 165 | this.form = Object.assign(this.form, this.formData) | 165 | this.form = Object.assign(this.form, this.formData) | 
| 166 | let { result: { list, total, pages: pageSize, pageNum: current } | 166 | let { result: { list, total, pages: pageSize, pageNum: current } | 
| 167 | } = await business.getQlfQlJsydsyqByCondition(this.form) | 167 | } = await business.getQlfQlJsydsyqList(this.form) | 
| 168 | this.tableData.data = list | 168 | this.tableData.data = list | 
| 169 | this.pageData = { | 169 | this.pageData = { | 
| 170 | pageSize, | 170 | pageSize, | ... | ... | 
| ... | @@ -159,8 +159,7 @@ export default { | ... | @@ -159,8 +159,7 @@ export default { | 
| 159 | try { | 159 | try { | 
| 160 | this.form = Object.assign(this.form, this.formData) | 160 | this.form = Object.assign(this.form, this.formData) | 
| 161 | let { result: { list, total, pages: pageSize, pageNum: current } | 161 | let { result: { list, total, pages: pageSize, pageNum: current } | 
| 162 | } = await business.getQlfQlTdsyqListByCondition(this.form) | 162 | } = await business.getQlfQlTdsyqList(this.form) | 
| 163 | debugger; | ||
| 164 | this.tableData.data = list | 163 | this.tableData.data = list | 
| 165 | this.pageData = { | 164 | this.pageData = { | 
| 166 | pageSize, | 165 | pageSize, | ... | ... | 
- 
Please register or sign in to post a comment