新增:md说明文档

This commit is contained in:
2024-06-14 19:35:06 +08:00
parent 153b571705
commit b93195f370
17 changed files with 1967 additions and 208 deletions

View File

@@ -142,9 +142,7 @@
(visible) => {
if (visible) {
if (props.data) {
const comments = decrypt(props.data.comments);
assignFields(props.data);
form.comments = comments;
isUpdate.value = true;
} else {
isUpdate.value = false;