增加流程配置 增加流程中心接口

This commit is contained in:
zhoulingpo
2023-04-20 14:07:09 +08:00
parent 56714eaa95
commit 812e7bc8fb
12 changed files with 210 additions and 190 deletions
+9
View File
@@ -23,9 +23,18 @@
},
nowOrder: '',
nowOrderBy: '',
searchForm: {}
}
},
methods: {
search(){
this.$bus.$on('getSearchItem',(data)=>{
console.log( "dd")
this.searchForm = data
this.loadData()
});
},
// 表格排序
sortChange(sortObj, tableName) {
// console.log(sortObj)