Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
komatsu-lease-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
komatsu
komatsu-lease-app
Commits
a3626a0b
Commit
a3626a0b
authored
Feb 01, 2023
by
WangRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feature]
parent
47dabc07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
index.vue
src/modules/infoChange/views/index.vue
+0
-1
authorize.vue
src/modules/selfService/views/authorize.vue
+1
-3
No files found.
src/modules/infoChange/views/index.vue
View file @
a3626a0b
...
...
@@ -73,7 +73,6 @@ const getDetail = async (item) => {
}
const
jump
=
async
(
item
)
=>
{
// 申请中/审批通过时申请页面为只读
// 审批退回时可再次维护并重新提交
if
(
item
.
reqStatus
&&
item
.
reqStatus
===
'RETURN'
)
{
...
...
src/modules/selfService/views/authorize.vue
View file @
a3626a0b
...
...
@@ -74,7 +74,6 @@ const areaPagination = {
const
agencyPagination
=
{
page
:
1
,
size
:
1000
,
pageSize
:
1000
}
const
projectNumber
=
{
page
:
1
,
...
...
@@ -125,8 +124,7 @@ const confirm = async () => {
Toast
.
success
(
'授权成功'
)
// router.push({ name: 'selfService-views-index' })
}
else
{
Toast
.
fail
(
"授权失败,原因如下:"
,
res
.
message
)
console
.
error
(
"授权失败:"
,
res
.
message
)
Toast
.
fail
(
'授权失败'
)
}
}
const
getContractList
=
async
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment