From 6833b81a2b4e69849329a309efd3fdd8c013d5d8 Mon Sep 17 00:00:00 2001 From: zhaotianfeng <12345678> Date: Wed, 25 Sep 2024 11:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/EventMarketing/storeOilBlock/index.vue | 12 ++++++------ fuintAdmin/src/views/power/banner.vue | 14 +++++++++++++- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue b/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue index 5ae6df377..ff0cf38ed 100644 --- a/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/storeOilBlock/index.vue @@ -125,12 +125,12 @@ @click="handleUpdate(scope.row)" >修改 - 删除 - + + + + + + - + @@ -168,6 +173,7 @@ 提交 + 取消 @@ -250,6 +256,12 @@ export default { this.getList() }, methods: { + //监听弹窗关闭 + close(){ + //重置表单状态 + this.$refs['deviceForm'].resetFields(); + + }, getList(){ getBannerListApi(this.queryParams).then(res=>{ this.tableData = res.data.records;