Sfoglia il codice sorgente

系统消息状态添加默认值

YY 2 anni fa
parent
commit
39b7879f55
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/platmanag/notice/detail.vue

+ 2 - 0
src/views/platmanag/notice/detail.vue

@@ -88,6 +88,8 @@ export default {
           res.data.customer = list;
           this.$set(this, `form`, res.data);
         }
+      } else {
+        this.$set(this.form, 'status', '0');
       }
       this.loadings = false;
     },