From a71912cb7ecbe4e00a588c9d0e193e70c799d502 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 04 Dec 2021 14:12:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/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