shaogen1995 пре 1 година
родитељ
комит
024287c8cd
1 измењених фајлова са 1 додато и 1 уклоњено
  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,