From 8e2a42e4a2da78f9cda9fa3e7732a0ef72f0c906 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 12 Nov 2021 09:29:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/views/dispatch/dispatchChildoperableSee.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/dispatch/dispatchChildoperableSee.vue b/src/views/dispatch/dispatchChildoperableSee.vue
index ab2717c..602da19 100644
--- a/src/views/dispatch/dispatchChildoperableSee.vue
+++ b/src/views/dispatch/dispatchChildoperableSee.vue
@@ -20,7 +20,7 @@
</avue-crud>
</div>
</basic-container>
-</template>
+</template>
<script>
import {
@@ -82,9 +82,10 @@
{
label: "保安公司",
prop: "deptId",
- search: true,
+ // search: true,
labelWidth: 120,
type: "tree",
+ disabled: true,
searchSpan: 4,
cascaderItem: ["userIds"],
props: {
@@ -129,9 +130,10 @@
prop: "userIds",
type: "tree",
width: 70,
+ disabled: true,
labelWidth: 120,
searchSpan: 3,
- search: true,
+ // search: true,
hide: true,
props: {
label: "realName",
@@ -152,6 +154,7 @@
label: "保安员",
prop: "securityName",
type: "tree",
+ disabled: true,
width: 70,
labelWidth: 120,
addDisplay: false,
@@ -278,8 +281,10 @@
};
},
created() {
+ this.option1.column[1]["value"] = this.userInfo.dept_id;
+ this.option1.column[3]["value"] = this.userInfo.Id;
+ this.option1.column[4]["value"] = this.userInfo.nick_name;
if (this.userInfo.role_name == "保安公司管理员") {
- console.log("保安公司管理员登入");
const deptColumn = this.findObject(this.option1.column, "deptId");
deptColumn.search = false;
} else {
@@ -404,10 +409,8 @@
},
selectionChange1(list) {
this.selectionList1 = list;
- // console.log(this.selectionList1.length);
},
handleDelete1() {
- console.log(this.selectionList1);
if (this.selectionList1.length === 0) {
this.$message.warning("请选择至少一条数据");
return;
@@ -430,7 +433,6 @@
});
},
refreshChange1() {
- // console.log(4534)
this.onLoad1(this.page1, this.query1);
},
@@ -513,7 +515,6 @@
this.option1.column,
"dispatcherUnitId"
);
- // console.log(res.data.data, 111);
dispatcherUnitIdColumn.dicData = res.data.data;
});
}
@@ -537,7 +538,6 @@
// // this.initData();
// // }
// deps(){
- // console.log(this.deps,5646646)
// }
// },
mounted() {
@@ -556,4 +556,4 @@
.el-collapse-item {
padding-top: 15px !important;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3