Browse Source

Merge branch 'milestone-20251215-多语言二期2' of http://39.101.133.168:8807/huangqizhen/gold-vue into milestone-20251215-多语言二期2

zhangrenyuan/feature-20260128093451-日常优化1.0
zhangrenyuan 1 month ago
parent
commit
2e4ed04c65
  1. 2
      src/views/moneyManage/refundDetail/refundFinance.vue

2
src/views/moneyManage/refundDetail/refundFinance.vue

@ -616,7 +616,7 @@ const exportExcel = async function () {
} else if (searchForm.value.statuses === t('cash.refundSuccess')) { } else if (searchForm.value.statuses === t('cash.refundSuccess')) {
statusParam.value = [41] statusParam.value = [41]
} else { } else {
statusParam.value = [10, 20, 22, 30, 32, 40, 41]
statusParam.value = [10,12, 20, 22, 30, 32, 40, 41]
} }
const goodsName = searchForm.value.goodsName && searchForm.value.goodsName.length > 0 const goodsName = searchForm.value.goodsName && searchForm.value.goodsName.length > 0

Loading…
Cancel
Save