f47b695c by lxs

分类分级任务bug修改

1 parent fee6b498
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!