南昌市物联网技防平台-前端
zengh
2021-03-12 eb7249bbf95796a031eeaaf93ff48463a3408ed7
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);