hcm前端2版

This commit is contained in:
2025-12-22 16:53:48 +08:00
parent 40f96069ab
commit 007c450f63
8 changed files with 1671 additions and 41 deletions

View File

@@ -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 => {