修复编辑采集任务
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -580,6 +580,7 @@ const dialogBtnClick = (btn, info) => { | ... | @@ -580,6 +580,7 @@ const dialogBtnClick = (btn, info) => { |
| 580 | addTask(); | 580 | addTask(); |
| 581 | } | 581 | } |
| 582 | } else { | 582 | } else { |
| 583 | params.guid = currTableData.value.guid | ||
| 583 | updateMetaDataTask(params).then((res: any) => { | 584 | updateMetaDataTask(params).then((res: any) => { |
| 584 | if (res.code == proxy.$passCode) { | 585 | if (res.code == proxy.$passCode) { |
| 585 | getTableData(); | 586 | getTableData(); | ... | ... |
-
Please register or sign in to post a comment