feat: 对接任务调度增删查改功能

This commit is contained in:
jy
2025-06-06 15:23:27 +08:00
parent e34b2bbdae
commit a5c65af987
11 changed files with 2321 additions and 158 deletions

View File

@ -353,7 +353,6 @@ const getFormData = () => {
};
// 打开弹窗
const openDialog = (type) => {
console.log(tableDate.yjbqList, tableDate.rybqList);
chooseShow.value = true;
chooseType.value = type;
chooseTitle.value = type == "01" ? "请选择预警标签模型" : "请选择人员标签";