【修改】监控流程

This commit is contained in:
zhoulingpo
2023-04-28 22:21:55 +08:00
parent 3a248baef7
commit 9c3241d552
@@ -89,7 +89,7 @@ export default {
methods: {
loadData() {
let userId=this.$store.getters.userInfo.usid
this.$api.processCenter.monitorProcessesPage({...this.q,...this.searchForm,userId:userId}).then(res=>{
this.$api.processCenter.monitorProcessesPage({...this.q,...this.form,userId:userId}).then(res=>{
this.tableData = res.data.list
this.total = res.data.count
})