zory 6 napja
szülő
commit
8eef963c01
1 módosított fájl, 2 hozzáadás és 0 törlés
  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");
         }
     }