refactor: ♻️ 完善CURD代码注释等

This commit is contained in:
cshaptx4869
2024-04-26 21:43:16 +08:00
parent 52bc2e32b5
commit 2b6a210855
9 changed files with 118 additions and 52 deletions

View File

@@ -8,7 +8,11 @@ const modalConfig = {
formAction: function (data: any) {
console.log("edit", data);
return new Promise((resolve, reject) => {
resolve("编辑成功");
resolve({
code: "00000",
data: null,
msg: "修改成功",
});
});
},
formItems: [