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