feat: process完善父子级显示
This commit is contained in:
parent
d1cf6b2afb
commit
8c764d26b6
|
|
@ -184,7 +184,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
params: {with_children:'yes'},
|
||||
params: {with_children:'yes', parent__isnull: true},
|
||||
apiObj: this.$API.mtm.process.list,
|
||||
search: {
|
||||
keyword: null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue