From 56db45198587ff6d9c4c0dd7fb9d16a2fb2eff47 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 23 Mar 2024 11:23:17 +0800
Subject: [PATCH] 街道和社区管理员显示驾驶舱处理

---
 src/views/article/components/deitDiscussion.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/article/components/deitDiscussion.vue b/src/views/article/components/deitDiscussion.vue
index b254595..a706041 100644
--- a/src/views/article/components/deitDiscussion.vue
+++ b/src/views/article/components/deitDiscussion.vue
@@ -151,9 +151,11 @@
                 message: '请选项范围',
                 trigger: 'blur'
               }],
-            }, {
+            },
+            {
               label: '最多选择数',
               prop: 'optionNumber',
+              display: false,
               min: 1,
               type: 'number',
               step: 1,
@@ -286,9 +288,9 @@
     },
 
     watch: {
-      'froms.optionRange': {
+      'disCussFrom.optionRange': {
         handler(newData) {
-          console.log('** ** ** ** ** ** **', newData)
+          // console.log('** ** ** ** ** ** **', newData)
           const column = this.findObject(this.optionDiscuss.column, "optionNumber")
           if (newData == 1) {
             column.display = true

--
Gitblit v1.9.3