|
@@ -107,8 +107,8 @@ interface PostInfo {
|
|
|
postName: string
|
|
|
}
|
|
|
|
|
|
-const getDeptTree = systemApi.dept.getList({ status: -1 })
|
|
|
-const getParams = systemApi.post.getList({ status: -1 })
|
|
|
+const getDeptTree = ()=> systemApi.dept.getList({ status: -1 })
|
|
|
+const getParams = ()=> systemApi.post.getList({ status: -1 })
|
|
|
|
|
|
import selectUser from '/@/components/selectUser/index.vue'
|
|
|
import LogicFlow from '@logicflow/core'
|