Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
682152bb
authored
2023-01-13 09:59:46 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
b94ff4d8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
src/api/business.js
src/router/index.js
src/views/business-info/cancellation-registration/data/index.js → src/views/business-info/zxdj/data/index.js
src/views/business-info/cancellation-registration/index.scss → src/views/business-info/zxdj/index.scss
src/views/business-info/cancellation-registration/index.vue → src/views/business-info/zxdj/index.vue
src/api/business.js
View file @
682152b
...
...
@@ -85,7 +85,7 @@ class business {
})
}
// 注销登记
async
getQlfQlZxdj
ByCondition
(
data
)
{
async
getQlfQlZxdj
List
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QlfQlZxdj/getDataPage'
,
method
:
'post'
,
...
...
src/router/index.js
View file @
682152b
...
...
@@ -236,9 +236,9 @@ export const asyncRoutes = [
meta
:
{
title
:
'林权'
}
},
{
path
:
'
cancellationReg
'
,
component
:
()
=>
import
(
'@/views/business-info/
cancellation-registration
/index'
),
name
:
'
cancellationReg
'
,
path
:
'
zxdj
'
,
component
:
()
=>
import
(
'@/views/business-info/
zxdj
/index'
),
name
:
'
zxdj
'
,
meta
:
{
title
:
'注销登记'
}
},
{
...
...
src/views/business-info/
cancellation-registration
/data/index.js
→
src/views/business-info/
zxdj
/data/index.js
View file @
682152b
File moved
src/views/business-info/
cancellation-registration
/index.scss
→
src/views/business-info/
zxdj
/index.scss
View file @
682152b
File moved
src/views/business-info/
cancellation-registration
/index.vue
→
src/views/business-info/
zxdj
/index.vue
View file @
682152b
...
...
@@ -105,7 +105,7 @@ export default {
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlZxdj
ByCondition
(
this
.
form
)
}
=
await
business
.
getQlfQlZxdj
List
(
this
.
form
)
this
.
tableData
.
data
=
list
this
.
pageData
=
{
pageSize
,
...
...
Please
register
or
sign in
to post a comment