فهرست منبع

修改月统计样式

sunyanqiang 3 سال پیش
والد
کامیت
3d1289f888
2فایلهای تغییر یافته به همراه9 افزوده شده و 11 حذف شده
  1. 0 1
      src/views/grassrootsregistration/bdgldiary/index.vue
  2. 9 10
      src/views/thought/responses/index.vue

+ 0 - 1
src/views/grassrootsregistration/bdgldiary/index.vue

@@ -864,7 +864,6 @@ import Cookies from "js-cookie";
 export default {
   components: { Treeselect, bdgldiary },
   name: "Bdgldiary",
-  inject: ["reload"],
   data() {
     return {
       // 审批状态

+ 9 - 10
src/views/thought/responses/index.vue

@@ -408,11 +408,8 @@ export default {
     // 增加对话框
     addForms() {
       this.checkShop.push({
-        peopleName: null,
-        foremanName: null,
-        sentryName: null,
-        examineDate: null,
-        dialogue: null,
+        planContent: null,
+        responseStatus: null,
       });
     },
 
@@ -498,11 +495,13 @@ export default {
               this.getList();
             });
           } else {
-            addResponses(this.form).then((response) => {
-              this.$modal.msgSuccess("新增成功");
-              this.open = false;
-              this.getList();
-            });
+            this.form.planFus = this.checkShop;
+            console.log(this.form);
+            // addResponses(this.form).then((response) => {
+            //   this.$modal.msgSuccess("新增成功");
+            //   this.open = false;
+            //   this.getList();
+            // });
           }
         }
       });