浏览代码

0729-2115-c01

zory 6 天之前
父节点
当前提交
8eef963c01
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/merchant/cps/index/components/form.vue

+ 2 - 0
src/views/merchant/cps/index/components/form.vue

@@ -350,6 +350,8 @@ export default {
             this.$message.success(resp.msg);
             this.visible = false;
             this.formData = {};
+            this.goodsData = [];
+            this.starData = [];
             this.$emit("success");
         }
     }