From eb7249bbf95796a031eeaaf93ff48463a3408ed7 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 12 Mar 2021 23:25:09 +0800
Subject: [PATCH] 警情分发修改
---
src/views/distribution/index.vue | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/src/views/distribution/index.vue b/src/views/distribution/index.vue
index 3c11985..39296e0 100644
--- a/src/views/distribution/index.vue
+++ b/src/views/distribution/index.vue
@@ -4,7 +4,7 @@
label-position="right"
size="mini"
label-width="100px"
- style="background: #fff; margin-left: 10px; margin-right: 10px; height: calc(100% - 40px); width: calc(100% - 20px)"
+ style="background: #fff; margin-left: 10px;padding-top: 40px !important; margin-right: 10px; height: calc(100% - 40px); width: calc(100% - 20px)"
>
<el-row>
<el-col span="12"
@@ -97,11 +97,7 @@
@change="selectChange"
placeholder="请选择处理人"
:disabled="
- this.form.type == 0
- ? this.form.handletype == 1
- ? true
- : false
- : true
+ this.form.type == 0 ? this.form.handletype == 1 ? true : false : false
"
>
<el-option
@@ -159,8 +155,6 @@
};
},
created() {
-
-
this.form = this.$route.query;
this.form.handletype = 1;
if (this.form.type == 0) {
@@ -251,6 +245,7 @@
},
processChange(value) {
+ debugger
value == "提示业主"
? (this.form.handletype = 1)
: (this.form.handletype = 0);
--
Gitblit v1.9.3