fix
13404089107
6 天以前 9cb1c3c39136c89974bc4049fca5e450e757b1be
laboratory/src/views/dataManagement/dispatching/addDispatch.vue
@@ -799,8 +799,8 @@
            });
          }
        } catch (error) {
          console.error("获取方案列表失败:", error);
          this.$message.error("获取方案列表失败");
          // console.error("获取方案列表失败:", error);
          // this.$message.error("获取方案列表失败");
        } finally {
          this.projectLoading = false;
        }
@@ -930,8 +930,8 @@
          });
        }
      } catch (error) {
        console.error("获取方案列表失败:", error);
        this.$message.error("获取方案列表失败");
        // console.error("获取方案列表失败:", error);
        // this.$message.error("获取方案列表失败");
      } finally {
        this.projectLoading = false;
      }