Commit e73864ee authored by 田翔's avatar 田翔

fix: 删除台账接口增加时限

parent 826d0463
{
"name": "panda-xform",
"version": "6.0.11",
"description": "6.0.11 附件格式增加xls、doc",
"version": "6.0.12",
"description": "6.0.12 删除台账接口增加时限",
"keywords": [
"panda-xform"
],
......
......@@ -123,7 +123,7 @@ const Account = (props, ref) => {
}
if (type === '删除') {
setOperation({ type, id: row.ID });
const { code, data, msg } = await DeleteTableDataInfo({ accountTable: params.accountName, ids: row.ID });
const { code, data, msg } = await DeleteTableDataInfo({ accountTable: params.accountName, ids: row.ID, timeLimit: timeLimit ? Number(timeLimit) : 0 });
if (code === 0) {
message.success('删除成功!');
getDataSource();
......
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