分类分级任务bug修改
Showing
1 changed file
with
1 additions
and
9 deletions
| ... | @@ -625,15 +625,7 @@ const tablePageChange = (info) => { | ... | @@ -625,15 +625,7 @@ const tablePageChange = (info) => { |
| 625 | 625 | ||
| 626 | const btnClick = async (btn, bType = null) => { | 626 | const btnClick = async (btn, bType = null) => { |
| 627 | const type = btn.value; | 627 | const type = btn.value; |
| 628 | if (type == 'path') { | 628 | if (type == 'batch') { |
| 629 | if(taskDetail.value.confirmCnt > 0){ | ||
| 630 | ElMessage.warning('请先进行任务确认'); | ||
| 631 | return | ||
| 632 | } | ||
| 633 | router.push({ | ||
| 634 | name: "classifyGradeCatalogue", | ||
| 635 | }); | ||
| 636 | } else if (type == 'batch') { | ||
| 637 | if (selectRowData.value.length == 0) { | 629 | if (selectRowData.value.length == 0) { |
| 638 | ElMessage.warning('请选择需要操作的数据'); | 630 | ElMessage.warning('请选择需要操作的数据'); |
| 639 | return | 631 | return | ... | ... |
-
Please register or sign in to post a comment