From ba814d605ad50da217a3dd422bcc7db5360b092f Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期六, 05 八月 2023 17:51:50 +0800 Subject: [PATCH] 销售模块详情页 --- src/views/other/commonDialog/SelectClientDialog.vue | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/views/other/commonDialog/SelectClientDialog.vue b/src/views/other/commonDialog/SelectClientDialog.vue index 1a62eb9..3a3726f 100644 --- a/src/views/other/commonDialog/SelectClientDialog.vue +++ b/src/views/other/commonDialog/SelectClientDialog.vue @@ -82,11 +82,7 @@ return { editVisible: false, title: "", - infomation: { - name: "", - color: "", - setDefault: "" - } + infomation: {} } } } @@ -142,7 +138,7 @@ }, selNameClick(row) { this.editConfig.editVisible = false - this.$emit("selClient", row) + this.$emit("selClient", row, "client") }, // 鏃堕棿鏄剧ず dateFormat(fmt, date) { -- Gitblit v1.8.0