ludc
2023-10-10 309a30c45f8a614bfdb4f6ef9816e5df49ae6afa
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) => {