From 0d47faf1c274dd31255d0ac63512bf58edd29807 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Thu, 25 Sep 2025 12:56:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=93=81=E7=89=8C=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../brand/config/popup/add-or-update.vue | 90 +++++++++++-------- 1 file changed, 52 insertions(+), 38 deletions(-) diff --git a/src/views/modules/brand/config/popup/add-or-update.vue b/src/views/modules/brand/config/popup/add-or-update.vue index ea5f25e..8f11336 100644 --- a/src/views/modules/brand/config/popup/add-or-update.vue +++ b/src/views/modules/brand/config/popup/add-or-update.vue @@ -219,7 +219,6 @@ export default { type: "Input", width: "300px", type: "jsx", - rules: { required: true, message: "请添加视频" }, render: () => { const handleChange = (file, fileList) => { // console.log(fileList); @@ -229,47 +228,62 @@ export default { console.log(res, fileList); }; const handleRemove = (file, fileList) => { + this.modalData.video = ""; console.log(file, fileList); }; return ( -