BUG 28493

This commit is contained in:
aixianling
2022-03-23 09:42:45 +08:00
parent 54f71407ad
commit 5c339ccdfa

View File

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