增加流程配置 增加流程中心接口
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user