sunlupeng hace 2 años
padre
commit
6d233a5226
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/giftManage/giftList.vue

+ 1 - 1
src/views/giftManage/giftList.vue

@@ -568,7 +568,7 @@ export default {
             })
         },
         handleRelated(row) {
-            this.welfareId = row.welfareId;
+            this.welfareId = '';
             this.skuId = row.skuId;
             this.getWelfareList();
             this.dialogRelatedVisible = true