From e9af63b2e6de6a9226d0ff43a36363e7c109a8d0 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 03 Dec 2021 11:39:48 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises_ys

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

diff --git a/src/views/dispatch/dispatch.vue b/src/views/dispatch/dispatch.vue
index 0cd6099..8862247 100644
--- a/src/views/dispatch/dispatch.vue
+++ b/src/views/dispatch/dispatch.vue
@@ -236,7 +236,7 @@
           },
           {
             label: "保安公司",
-            prop: "deptName",
+            prop: "deptId",
             type: "tree",
             overHidden: true,
             dicUrl:
@@ -496,7 +496,7 @@
       //   this.$message.success("页码" + val);
     },
     rowSave(form, done, loading) {
-      form["deptId"] = this.userInfo.dept_id;
+      // form["deptId"] = this.userInfo.dept_id;
       adddata(form).then(
         (res) => {
           this.onLoad(this.page);

--
Gitblit v1.9.3