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 'develop' of gitadmin/tuoheng_lc_web into release
tags/v1.1.0^2
zhangtao
1 year ago
parent
5e891b1384
bc6bbbbb27
commit
ce6b4dcecc
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/views/task-manage/all-task/index.vue
+ 1
- 2
src/views/task-manage/all-task/index.vue
View File
@@ -122,8 +122,7 @@ export default {
}
onMounted(() => {
if (rowInfo) {
data.rowData = rowInfo
console.log(data.rowData, '直播数据')
data.rowData = JSON.parse(rowInfo)
data.liveDrawer = true
}
})
Write
Preview
Loading…
Cancel
Save