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",