shuishen
2024-01-06 01b44ff8bcfe27e6b40396456c8b279ee1fb406a
选择人员弹窗不显示
1 files modified
8 ■■■■■ changed files
src/views/article/components/discussionManageChild.vue 8 ●●●●● patch | view | raw | blame | history
src/views/article/components/discussionManageChild.vue
@@ -1,11 +1,9 @@
<template>
  <div>
    <el-dialog title="" append-to-body :visible.sync="dialogVisibles" width="60%" :before-close="handleClose">
      <avue-form ref="DisCussFrom" :option="option" v-model="disCussFrom" @submit="handleSubmit"></avue-form>
    </el-dialog>
  </div>
</template>
<script>
@@ -178,7 +176,7 @@
              label: "选择用户",
              prop: "userIds",
              hide: true,
              // type: "table",
                    type: "table",
              display: false,
              span: 6,
              // labelWidth: 120,
@@ -227,7 +225,7 @@
                total: 0
              },
              formatter: (row) => {
                this.form.phoneNumber = row.phoneNumber
                        // this.form.phoneNumber =  row.phoneNumber
                return row.name
              },
              onLoad: ({
@@ -299,7 +297,7 @@
    watch: {
      'disCussFrom.appointUser': {
        handler(newData) {
          const column = this.findObject(this.option.column, "userIds");
                const column = this.findObject(this.option.column, "userIds")
          if (newData == 1) {
            column.display = true
          } else {