Source/UBCS-WEB/src/views/modeling/cycle.vue
@@ -113,6 +113,7 @@ option: { height:'auto', calcHeight:20, columnBtn:false, tip:false, selection: true, searchMenuSpan: 6, @@ -436,12 +437,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) => {