项目卡片优化,批量任务下发,任务bug优化

This commit is contained in:
weibl
2025-11-07 18:00:39 +08:00
parent d2fcac8657
commit 2449d96585
12 changed files with 160 additions and 160 deletions

View File

@@ -108,7 +108,7 @@ const addOrEditProject = async () => {
if (await tableFormRef.value.validateFun()) {
if (hasSameValue()) return;
loadingInterface.value = true;
if (props?.projectId) {
if (!props?.projectId) {
await createProject();
} else {
// console.log('编辑项目', projectForm);