Przeglądaj źródła

修改新闻管理-修改新闻后进入审核、并修改状态为审核中

Sanmu8 1 rok temu
rodzic
commit
327bf01c70
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/news/index.vue

+ 1 - 0
src/views/news/index.vue

@@ -619,6 +619,7 @@ export default {
       this.$refs["form"].validate((valid) => {
         if (valid) {
           if (this.form.id != null) {
+            this.form.status = '1'
             updateNEWS(this.form).then((response) => {
               this.$modal.msgSuccess("修改成功");
               this.open = false;