loulijun2021
2022-10-22 222c11248033898c9540725f83caaa267d9fe632
1.提交
已修改1个文件
18 ■■■■■ 文件已修改
src/views/jcsz/adsz.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/jcsz/adsz.vue
@@ -35,7 +35,7 @@
                    icon="el-icon-circle-plus-outline"
                    :disabled="allowClose"
                    :style="{color:allowClose?'#6f6e6f':'#42b983'}"
                    style="height: 30px;line-height: 30px;font-size: 22px;padding:   10px"
                    style="height: 30px;line-height: 30px;font-size: 22px;padding:10px;background-color: #fafafa"
                    @click="responseUserClick"
                  />
                </div>
@@ -160,7 +160,7 @@
      title="响应人员"
      :visible.sync="userDialogVisible"
      width="800px"
      top="15vh"
      top="10vh"
      :close-on-click-modal="false"
      @closed="handleUserClose"
      @close="handleUserClose"
@@ -185,7 +185,7 @@
      </div>
      <div
        style=" background-color: #fafafa;  padding: 10px;  min-height: 420px;"
        :style="{maxHeight:(contentHeight-300)+'px',overflowY: 'scroll'}"
        :style="{maxHeight:(contentHeight-300)+'px'}"
      >
        <el-input
@@ -427,12 +427,14 @@
            }
          })
          loading.close()
          this.userDialogVisible = true
          setTimeout(() => {
            loading.close()
            this.userDialogVisible = true
          this.$nextTick(() => {
            this.$refs.userTree.setCheckedKeys(this.treeCheckedKey)
          })
            this.$nextTick(() => {
              this.$refs.userTree.setCheckedKeys(this.treeCheckedKey)
            })
          }, 1000)
        }
      })
    },