浏览代码

修改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
     };