diff --git a/src/views/mall/promotion/diy/template/DiyTemplateForm.vue b/src/views/mall/promotion/diy/template/DiyTemplateForm.vue index 25c7db0c8..be35f260f 100644 --- a/src/views/mall/promotion/diy/template/DiyTemplateForm.vue +++ b/src/views/mall/promotion/diy/template/DiyTemplateForm.vue @@ -10,8 +10,8 @@ - - + + { formData.value = { id: undefined, name: undefined, - type: undefined, + platform: undefined, remark: undefined, previewPicUrls: [] } diff --git a/src/views/mall/promotion/diy/template/index.vue b/src/views/mall/promotion/diy/template/index.vue index 978181f5e..cf61a60b2 100644 --- a/src/views/mall/promotion/diy/template/index.vue +++ b/src/views/mall/promotion/diy/template/index.vue @@ -30,8 +30,8 @@ class="!w-240px" /> - - + + - + @@ -162,6 +162,7 @@ const queryParams = reactive({ pageNo: 1, pageSize: 10, name: null, + platform: null, createTime: [] }) const queryFormRef = ref() // 搜索的表单