Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
d6946137
Commit
d6946137
authored
Jul 13, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消认领
parent
d802df60
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+1
-1
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+3
-2
No files found.
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
d6946137
...
@@ -227,7 +227,7 @@ export default {
...
@@ -227,7 +227,7 @@ export default {
let
res
=
await
api
.
cancelClaim
(
this
.
companyInfo
.
companyName
)
let
res
=
await
api
.
cancelClaim
(
this
.
companyInfo
.
companyName
)
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
dialogVisible1
=
false
;
this
.
dialogVisible1
=
false
;
this
.
getClaimStatus
();
this
.
companyInfo
.
claimStatus
=
0
}
else
{
}
else
{
this
.
$message
.
error
(
res
.
msg
)
this
.
$message
.
error
(
res
.
msg
)
}
}
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
d6946137
...
@@ -343,7 +343,6 @@ export default {
...
@@ -343,7 +343,6 @@ export default {
created
()
{
created
()
{
this
.
dataRegion
()
this
.
dataRegion
()
this
.
getType
()
this
.
getType
()
this
.
querySubmit
()
this
.
dataQuery
=
this
.
$route
.
query
;
this
.
dataQuery
=
this
.
$route
.
query
;
if
(
this
.
dataQuery
.
provinceId
){
if
(
this
.
dataQuery
.
provinceId
){
if
(
Array
.
isArray
(
this
.
dataQuery
.
province
)){
if
(
Array
.
isArray
(
this
.
dataQuery
.
province
)){
...
@@ -366,6 +365,8 @@ export default {
...
@@ -366,6 +365,8 @@ export default {
}
}
})
})
}
}
this
.
querySubmit
()
},
},
mounted
()
{
mounted
()
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
...
@@ -677,7 +678,7 @@ export default {
...
@@ -677,7 +678,7 @@ export default {
api
.
cancelClaim
(
this
.
companyName
).
then
(
res
=>
{
api
.
cancelClaim
(
this
.
companyName
).
then
(
res
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
dialogVisible1
=
false
;
this
.
dialogVisible1
=
false
;
this
.
handleSearch
();
this
.
querySubmit
();
}
}
})
})
},
},
...
...
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