sunlupeng 2 年之前
父节点
当前提交
6d233a5226
共有 1 个文件被更改,包括 1 次插入1 次删除
  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