Commit 3010d6af authored by 彭俊龙's avatar 彭俊龙

feat:修正操作成功提示

parent 233f5276
Pipeline #96545 waiting for manual action with stages
......@@ -353,7 +353,7 @@ const AutoCase = props => {
}
const res = await AddOrEditFlowAutoConfig(data);
if (res.code === 0) {
message.success('新增成功!');
message.success('操作成功!');
getData();
setOpeneditor(false);
} else {
......
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