Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cbf97ce5
authored
Mar 25, 2025
by
陈岩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修改精准客流修复的提示信息
1 parent
49fb79a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/DataRepair/components/AccurateCustomerFlow.vue
src/views/DataRepair/components/AccurateCustomerFlow.vue
View file @
cbf97ce
...
...
@@ -107,7 +107,7 @@
>
</a-form-item>
</a-form>
<!--
<!--
<div style="display: flex; justify-content: flex-end; padding: 3px">
<a-button @click="suspendRepair" type="primary">暂停修复</a-button>
</div> -->
...
...
@@ -387,9 +387,12 @@ export default {
delete
params
.
gate_id
;
delete
params
.
channel_id
;
const
{
code
,
msg
}
=
await
dataRepairApi
.
accurateRepairApi
(
params
);
const
type
=
code
===
200
?
"success"
:
"error"
;
// 提示信息
message
[
type
](
msg
);
if
(
code
===
200
){
message
.
success
(
'修补成功,需重跑统计数据才会生效'
)
}
else
{
message
.
error
(
msg
)
}
// dataList.value.push(r.data);
}
catch
(
error
)
{
console
.
log
(
error
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment