Commit 01b97a89 authored by 田翔's avatar 田翔

fix: www

parent 00d6a951
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.9.18", "version": "5.9.19",
"description": "5.9.18 台账增加SQL语句过滤", "description": "5.9.19 增加参数",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -48,11 +48,12 @@ const Account = (props, ref) => { ...@@ -48,11 +48,12 @@ const Account = (props, ref) => {
getTableColumns, getTableColumns,
})); }));
const { accountName, parentConfig, notUse, superAccount } = props; const { accountName, parentConfig, notUse, superAccount, siteLevel } = props;
const userID = window?.globalConfig?.userInfo?.OID || 1; const userID = window?.globalConfig?.userInfo?.OID || 1;
const initParams = { const initParams = {
user: userID, user: userID,
accountName, accountName,
siteLevel: !Boolean(siteLevel === 'false'),
sortFields: '录入时间', sortFields: '录入时间',
direction: 'desc', direction: 'desc',
total: 0, total: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment