From bc84ddf0633ea99202506a07cc62bd2fc91aa427 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 11 Sep 2021 14:52:04 +0800
Subject: [PATCH] 新增缴费记录

---
 src/views/dispatch/dispatchChildoperable.vue |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/src/views/dispatch/dispatchChildoperable.vue b/src/views/dispatch/dispatchChildoperable.vue
index 175a1aa..5082b01 100644
--- a/src/views/dispatch/dispatchChildoperable.vue
+++ b/src/views/dispatch/dispatchChildoperable.vue
@@ -434,19 +434,10 @@
       this.onLoad1(this.page1, this.query1);
     },
 
-    // beforeOpen(done, type) {
-    //   var that = this;
-    //   if (["add", "edit", "view"].includes(type)) {
-    //     if (this.userInfo.role_name == "保安公司管理员") {
-    //       getListByDeptId(that.userInfo.dept_id).then((res) => {
-    //         const userColumn = that.findObject(this.option1.column, "userIds");
-    //         userColumn.dicData = res.data.data;
-    //       });
-    //     }
-    //   }
-    //   this.initFlag = true;
-    //   done();
-    // },
+    beforeOpen(done, type) {
+      this.initFlag = true;
+      done();
+    },
 
     getStartTime() {
       if (

--
Gitblit v1.9.3