Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
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
office
haoban-4
Commits
989a2e5d
Commit
989a2e5d
authored
Dec 02, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改加载
parent
54d2fe85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
perfect-day-target.vue
src/views/apps/target-manage/perfect-day-target.vue
+3
-2
perfect-sale-target.vue
src/views/apps/target-manage/perfect-sale-target.vue
+3
-2
No files found.
src/views/apps/target-manage/perfect-day-target.vue
View file @
989a2e5d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-12-02 1
1:30:57
* @LastEditTime: 2020-12-02 1
5:37:44
-->
-->
<
template
>
<
template
>
<div
class=
"common-app-right"
style=
"padding: 20px 0;color: #303133"
>
<div
class=
"common-app-right"
style=
"padding: 20px 0;color: #303133"
>
...
@@ -303,7 +303,8 @@ export default {
...
@@ -303,7 +303,8 @@ export default {
.
then
(
res
=>
{
.
then
(
res
=>
{
that
.
$message
.
success
(
'保存成功'
);
that
.
$message
.
success
(
'保存成功'
);
that
.
$store
.
dispatch
(
'clearStoreData'
);
that
.
$store
.
dispatch
(
'clearStoreData'
);
that
.
$router
.
go
(
-
1
);
const
{
applicationId
,
tab
,
performanceYm
}
=
that
.
$route
.
query
;
that
.
$router
.
push
(
`/target-store?applicationId=
${
applicationId
}
&tab=
${
tab
}
&performanceYm=
${
performanceYm
}
`
);
})
})
.
finally
(()
=>
that
.
loading
=
false
);
.
finally
(()
=>
that
.
loading
=
false
);
},
},
...
...
src/views/apps/target-manage/perfect-sale-target.vue
View file @
989a2e5d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-12-02 1
1:23:12
* @LastEditTime: 2020-12-02 1
5:38:38
-->
-->
<
template
>
<
template
>
<div
class=
"common-app-right"
>
<div
class=
"common-app-right"
>
...
@@ -199,7 +199,8 @@ export default {
...
@@ -199,7 +199,8 @@ export default {
that
.
loadSave
=
false
;
that
.
loadSave
=
false
;
if
(
res
.
code
==
'0000'
)
{
if
(
res
.
code
==
'0000'
)
{
that
.
$message
.
success
(
'保存成功'
);
that
.
$message
.
success
(
'保存成功'
);
that
.
$router
.
go
(
-
1
);
const
{
applicationId
,
tab
,
performanceYm
}
=
that
.
$route
.
query
;
that
.
$router
.
push
(
`/target-store?applicationId=
${
applicationId
}
&tab=
${
tab
}
&performanceYm=
${
performanceYm
}
`
);
return
;
return
;
}
}
that
.
$message
.
error
(
res
.
message
||
'接口异常'
);
that
.
$message
.
error
(
res
.
message
||
'接口异常'
);
...
...
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