BUG 28493
This commit is contained in:
@@ -129,7 +129,7 @@ export default {
|
||||
getProducts() {
|
||||
let {organizationType} = this.form
|
||||
this.instance.post("/appfinancialproduct/list", null, {
|
||||
params: {organizationType, size: 999, status: 0}
|
||||
params: {organizationType, size: 999, status: 1}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.productList = res.data?.records
|
||||
|
||||
Reference in New Issue
Block a user