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

fix: 台账细节修改

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