hcm前端2版
This commit is contained in:
@@ -218,6 +218,10 @@ export default {
|
||||
})
|
||||
},
|
||||
loadFlowActions() {
|
||||
if (this.flowQuery.instId && !/^\d+$/.test(this.flowQuery.instId)) {
|
||||
this.$message.warning('实例ID需为数字')
|
||||
return
|
||||
}
|
||||
this.flowLoading = true
|
||||
listFlowAction({ pageNum: 1, pageSize: 10, instId: this.flowQuery.instId })
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user