|
@@ -1225,6 +1225,7 @@ export default {
|
|
const {data} = await policyList({
|
|
const {data} = await policyList({
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
pageSize: -1,
|
|
pageSize: -1,
|
|
|
|
+ status:1,
|
|
customerId: JSON.parse(localStorage.getItem("supply_user")).customerId,
|
|
customerId: JSON.parse(localStorage.getItem("supply_user")).customerId,
|
|
specification: this.screenForm.specifications,
|
|
specification: this.screenForm.specifications,
|
|
})
|
|
})
|