田源
2023-10-10 5cd9617604b81acd3f8381359d431d822bb4b96b
生命周期建模-修改对话框Id报错
已修改1个文件
5 ■■■■■ 文件已修改
Source/UBCS-WEB/src/views/modeling/cycle.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {