【修改】监控流程
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user