From 07bce4851a347aaf9d7bb26ff4251650bd5d61bf Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Tue, 5 Mar 2024 10:08:04 +0800 Subject: [PATCH] =?UTF-8?q?24-03-05=20=E6=88=91=E5=8F=91=E8=B5=B7=E7=9A=84?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=9F=A5=E8=AF=A2=E4=BB=BB=E5=8A=A1=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/taskmanage/chat-history.vue | 12 +++++++++--- src/views/modules/taskmanage/mysendtasklist.vue | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/modules/taskmanage/chat-history.vue b/src/views/modules/taskmanage/chat-history.vue index 081b2c9..207815b 100644 --- a/src/views/modules/taskmanage/chat-history.vue +++ b/src/views/modules/taskmanage/chat-history.vue @@ -34,7 +34,7 @@ 新增回复 - + @@ -90,6 +90,12 @@ import {chatHistoryList,info} from '@/api/taskmanage/chatHistory.js' export default { + props:{ + control:{ + type:String, + default:'N', + } + }, data() { return { visible: false, @@ -208,12 +214,12 @@ }, closeDialog() { - this.dataForm.allOrOne = 'Y' + this.dataForm.allOrOne = this.control //Object.assign(this.$data, this.$options.data()) } }, created() { - + this.dataForm.allOrOne = this.control } } diff --git a/src/views/modules/taskmanage/mysendtasklist.vue b/src/views/modules/taskmanage/mysendtasklist.vue index 913276d..0187019 100644 --- a/src/views/modules/taskmanage/mysendtasklist.vue +++ b/src/views/modules/taskmanage/mysendtasklist.vue @@ -147,7 +147,7 @@ - +