Commit b1cec7e8 authored by 左玲玲's avatar 左玲玲 😬

去掉成功提示语

parent b4796762
......@@ -376,8 +376,6 @@ const Staff = (props) => {
params: { id: record.id },
}).then((res) => {
if (res.code == "0000") {
message.success(res.msg);
let data = res?.data?.data ?? {};
for (let i in defaultFields) {
defaultFields[i].value = data[i];
......
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