项目卡片优化,批量任务下发,任务bug优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user