#
luxiaotao1123
2024-10-16 b5ea3e3d55760df55073f82eacb2dbcb7d3c448f
zy-acs-flow/src/page/task/TaskList.jsx
@@ -170,6 +170,8 @@
            } else {
                notify(msg || 'common.response.fail', { type: 'error', messageArgs: { _: msg } });
            }
        }).catch(error => {
            notify(error.message || 'common.response.fail', { type: 'error', messageArgs: { _: error.message } });
        })
    }
@@ -182,6 +184,8 @@
            } else {
                notify(msg || 'common.response.fail', { type: 'error', messageArgs: { _: msg } });
            }
        }).catch(error => {
            notify(error.message || 'common.response.fail', { type: 'error', messageArgs: { _: error.message } });
        })
    }