fix
13404089107
6 天以前 9cb1c3c39136c89974bc4049fca5e450e757b1be
laboratory/src/views/dataManagement/dispatching/addDispatch.vue
@@ -515,9 +515,6 @@
              })),
            ],
          };
          // TODO: 调用接口提交数据
          console.log("提交数据:", submitData);
        }
      });
    },
@@ -544,10 +541,10 @@
        .catch(() => {});
    },
    handleGroupSubmit(form) {
      console.log("11111111", form, "2222222", this.groupTableData);
      const index = this.groupTableData.findIndex(
        (item) => item.id === form.id
      );
      console.log('groupTableData',this.groupTableData,'form',form)
      if (index > -1) {
        this.groupTableData.splice(index, 1, form);
      } else {
@@ -802,8 +799,8 @@
            });
          }
        } catch (error) {
          console.error("获取方案列表失败:", error);
          this.$message.error("获取方案列表失败");
          // console.error("获取方案列表失败:", error);
          // this.$message.error("获取方案列表失败");
        } finally {
          this.projectLoading = false;
        }
@@ -933,8 +930,8 @@
          });
        }
      } catch (error) {
        console.error("获取方案列表失败:", error);
        this.$message.error("获取方案列表失败");
        // console.error("获取方案列表失败:", error);
        // this.$message.error("获取方案列表失败");
      } finally {
        this.projectLoading = false;
      }