瀏覽代碼

修复bug

shaogen1995 4 年之前
父節點
當前提交
0cb723d1f5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/pages/exhibition/exhibitionEdit.vue

+ 1 - 0
src/pages/exhibition/exhibitionEdit.vue

@@ -280,6 +280,7 @@ export default {
         endTime,
         thumb,
       };
+      if(this.form.type === "fixed") data.startTime=data.endTime=null
       data.content = this.editor.txt.html();
       let result = await this.$http({
         method: "post",