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
e090e8ab
Commit
e090e8ab
authored
Sep 13, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a07b7498
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+2
-1
index.vue
dsk-operate-ui/src/views/detail/party-a/preference/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
e090e8ab
...
@@ -193,7 +193,7 @@ export default {
...
@@ -193,7 +193,7 @@ export default {
}
}
},
},
created
()
{
created
()
{
this
.
defaultRoute
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
sideRoute
))
this
.
financial
()
},
},
watch
:{
watch
:{
statisticObj
:{
statisticObj
:{
...
@@ -336,6 +336,7 @@ export default {
...
@@ -336,6 +336,7 @@ export default {
financial
({
cid
:
String
(
id
)}).
then
(
res
=>
{
financial
({
cid
:
String
(
id
)}).
then
(
res
=>
{
if
(
res
.
code
==
200
&&!
res
.
data
){
if
(
res
.
code
==
200
&&!
res
.
data
){
this
.
sideRoute
[
1
].
disabled
=
true
this
.
sideRoute
[
1
].
disabled
=
true
this
.
defaultRoute
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
sideRoute
))
}
}
})
})
},
},
...
...
dsk-operate-ui/src/views/detail/party-a/preference/index.vue
View file @
e090e8ab
...
@@ -203,7 +203,7 @@ export default {
...
@@ -203,7 +203,7 @@ export default {
[
name
]:
this
.
queryParams
[
name
],
[
name
]:
this
.
queryParams
[
name
],
}
}
customerUpdate
(
data
).
then
(
res
=>
{
customerUpdate
(
data
).
then
(
res
=>
{
if
(
res
.
data
){
if
(
res
.
code
==
200
){
this
.
$message
.
success
(
res
.
msg
)
this
.
$message
.
success
(
res
.
msg
)
this
.
nowedit
=
0
this
.
nowedit
=
0
}
else
{
}
else
{
...
...
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