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;