Commit 18162cea authored by 田翔's avatar 田翔

fix: 台账细节修改

parent 7f0f2d27
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.9.14", "version": "5.9.15",
"description": "5.9.14 台账细节修改", "description": "5.9.15 台账细节修改",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -292,8 +292,8 @@ const Account = (props, ref) => { ...@@ -292,8 +292,8 @@ const Account = (props, ref) => {
setSubmitLoading(false); setSubmitLoading(false);
}; };
const search = values => { const search = (values) => {
getDataSource({ ...values }); getDataSource({ ...values, pageIndex: 1, });
}; };
const getConfig = async ({ accountName }) => { const getConfig = async ({ accountName }) => {
......
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