f47b695c by lxs

分类分级任务bug修改

1 parent fee6b498
......@@ -625,15 +625,7 @@ const tablePageChange = (info) => {
const btnClick = async (btn, bType = null) => {
const type = btn.value;
if (type == 'path') {
if(taskDetail.value.confirmCnt > 0){
ElMessage.warning('请先进行任务确认');
return
}
router.push({
name: "classifyGradeCatalogue",
});
} else if (type == 'batch') {
if (type == 'batch') {
if (selectRowData.value.length == 0) {
ElMessage.warning('请选择需要操作的数据');
return
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!