kagg886 hai 3 meses
pai
achega
86df1ec87d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/gFlow/propertySetting/CommonProperty.vue

+ 2 - 2
src/components/gFlow/propertySetting/CommonProperty.vue

@@ -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'