BUG 28455

This commit is contained in:
aixianling
2022-03-22 22:01:16 +08:00
parent 199a75971f
commit 797342111f

View File

@@ -129,7 +129,7 @@ export default {
getProducts() {
let {organizationType} = this.form
this.instance.post("/appfinancialproduct/list", null, {
params: {organizationType, size: 999}
params: {organizationType, size: 999, status: 0}
}).then(res => {
if (res?.data) {
this.productList = res.data?.records