Commit 32b245bedf532bd408ee43ff616e2995ba5e2b75

Authored by 陈洋
1 parent a7baffc1

pref: 人员以及部门固定传参

... ... @@ -59,12 +59,14 @@ const getDefaultQxProps = (type: string) => {
59 59 _qxProps = {
60 60 formId: 'PbOC6xBYOvZ1IB2mwUc',
61 61 appId: 'eSnLZ42R2TA5Z18dNsJ',
  62 + isTree: false,
62 63 };
63 64 break;
64 65 case 'ORG':
65 66 _qxProps = {
66 67 formId: 'UsoOGnrJLPziSQwGDwj',
67 68 appId: 'eSnLZ42R2TA5Z18dNsJ',
  69 + isTree: true,
68 70 };
69 71 break;
70 72 default:
... ...