This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_lc_web_move_20240702
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
立即执行成功后 加提示语
tags/v1.0.0^2
余菲
2 years ago
parent
45b2304d00
commit
561a8b8ac9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/views/task-manage/all-task/tools/table.js
+ 1
- 0
src/views/task-manage/all-task/tools/table.js
View File
@@ -38,6 +38,7 @@ function handleImplement(row) {
implement(row.id)
.then(res => {
if (res.code === 0) {
$message.success('机场设备开始自检,请稍等')
handleSearch()
}
})
Write
Preview
Loading…
Cancel
Save