Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
5 changed files
with
5 additions
and
5 deletions
... | @@ -85,7 +85,7 @@ class business { | ... | @@ -85,7 +85,7 @@ class business { |
85 | }) | 85 | }) |
86 | } | 86 | } |
87 | // 注销登记 | 87 | // 注销登记 |
88 | async getQlfQlZxdjByCondition (data) { | 88 | async getQlfQlZxdjList (data) { |
89 | return request({ | 89 | return request({ |
90 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlZxdj/getDataPage', | 90 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlZxdj/getDataPage', |
91 | method: 'post', | 91 | method: 'post', | ... | ... |
... | @@ -236,9 +236,9 @@ export const asyncRoutes = [ | ... | @@ -236,9 +236,9 @@ export const asyncRoutes = [ |
236 | meta: { title: '林权' } | 236 | meta: { title: '林权' } |
237 | }, | 237 | }, |
238 | { | 238 | { |
239 | path: 'cancellationReg', | 239 | path: 'zxdj', |
240 | component: () => import('@/views/business-info/cancellation-registration/index'), | 240 | component: () => import('@/views/business-info/zxdj/index'), |
241 | name: 'cancellationReg', | 241 | name: 'zxdj', |
242 | meta: { title: '注销登记' } | 242 | meta: { title: '注销登记' } |
243 | }, | 243 | }, |
244 | { | 244 | { | ... | ... |
src/views/business-info/cancellation-registration/index.vue
→
src/views/business-info/zxdj/index.vue
... | @@ -105,7 +105,7 @@ export default { | ... | @@ -105,7 +105,7 @@ export default { |
105 | try { | 105 | try { |
106 | this.form = Object.assign(this.form, this.formData) | 106 | this.form = Object.assign(this.form, this.formData) |
107 | let { result: { list, total, pages: pageSize, pageNum: current } | 107 | let { result: { list, total, pages: pageSize, pageNum: current } |
108 | } = await business.getQlfQlZxdjByCondition(this.form) | 108 | } = await business.getQlfQlZxdjList(this.form) |
109 | this.tableData.data = list | 109 | this.tableData.data = list |
110 | this.pageData = { | 110 | this.pageData = { |
111 | pageSize, | 111 | pageSize, | ... | ... |
-
Please register or sign in to post a comment