shaogen1995 vor 1 Jahr
Ursprung
Commit
024287c8cd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/pages/A5publish/A5add/index.tsx

+ 1 - 1
src/pages/A5publish/A5add/index.tsx

@@ -117,7 +117,7 @@ function A5add({ editInfo, topType, closeFu, editTableFu, addTableFu }: Props) {
         id: editInfo.id > 0 ? editInfo.id : null,
         datePublish,
         thumb: coverUrl1.filePath,
-        rtf: topType === "Exhibition" ? "" : JSON.stringify(rtf.val || ""),
+        rtf: topType === "Exhibition" ? null : JSON.stringify(rtf.val || ""),
         dirCode,
         fileName,
         filePath,