소스 검색

修改bug

lxr 1 개월 전
부모
커밋
be5bcf34f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/dynamicManagement/userDynamic.vue

+ 1 - 1
src/views/dynamicManagement/userDynamic.vue

@@ -1228,7 +1228,7 @@ const loadGiftCouponList = async (giftType: 1 | 2 = giftCouponFormData.giftType)
     // 与 zengJuan/index 一致:getFriendCouponList 即 getStoreAllCouponListPaginateNot,传参 storeId、status、type、couponType
     const params = {
       storeId,
-      status: "",
+      status: 0,
       type: 1,
       couponType: giftType
     };