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
Merge branch 'yufei' of gitadmin/tuoheng_lc_web into develop
tags/v1.0.0^2
yufei111
2 years ago
parent
55d5b5115e
561a8b8ac9
commit
b580a21ad3
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