BUG 28455
This commit is contained in:
@@ -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}
|
params: {organizationType, size: 999, status: 0}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.productList = res.data?.records
|
this.productList = res.data?.records
|
||||||
|
|||||||
Reference in New Issue
Block a user