add process flow and process node

This commit is contained in:
lb
2023-10-20 16:03:40 +08:00
parent 15da20fac7
commit a787935263
9 changed files with 681 additions and 244 deletions

View File

@@ -54,6 +54,9 @@ export default {
recv(payload) {
return this.http(this.pageUrl, 'get', payload);
},
info(payload) {
return this.http(this.infoUrl, 'get', payload);
},
// 过滤后端传回的详情数据