#
luxiaotao1123
2024-10-29 bfac8bfa522289b8d2c0b66c50c4bf8b8d75c0e1
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 } });
        })
    }