|
@@ -169,6 +169,10 @@ export default {
|
|
|
this.processName = val[1]
|
|
|
this.form.callProcess = `${val[0]}:${val[1]}`
|
|
|
this.getProcessDetail(val[0])
|
|
|
+ } else {
|
|
|
+ process.childProcessTop10Api({ keyword: '' }).then(res => {
|
|
|
+ this.options = res || []
|
|
|
+ })
|
|
|
}
|
|
|
this.drawer = true
|
|
|
},
|