kagg886 3 月之前
父节点
当前提交
86df1ec87d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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'