add process flow and process node
This commit is contained in:
@@ -54,6 +54,9 @@ export default {
|
||||
recv(payload) {
|
||||
return this.http(this.pageUrl, 'get', payload);
|
||||
},
|
||||
info(payload) {
|
||||
return this.http(this.infoUrl, 'get', payload);
|
||||
},
|
||||
|
||||
|
||||
// 过滤后端传回的详情数据
|
||||
|
||||
Reference in New Issue
Block a user