xiejun
2023-10-12 111330b2dd0bccc176ab9c6324a6ed01d5bc0e93
Source/UBCS-WEB/src/views/modeling/cycle.vue
@@ -436,12 +436,13 @@
        ...newRowData,
        ...flowData,
      };
      debugger;
      console.log('params',params)
      this.submitLoading = true;
      let APIFun = API.add;
      if (this.type === "edit") {
        APIFun = API.edit;
        this.$delete(params, "id");
        // this.$delete(params, "id");
      }
      APIFun(params)
        .then((res) => {