|
@@ -1679,7 +1679,9 @@ export default {
|
|
|
this.policyList = res.data.records;
|
|
|
console.log( res.data.records);
|
|
|
if (this.policyList.length) {
|
|
|
- this.handlePolicy(res.data.records[0].id)
|
|
|
+ this.screenForm.saleTypeCode = ''
|
|
|
+ this.screenForm.specifications = ''
|
|
|
+ this.handlePolicy(this.screenForm.policyId)
|
|
|
// const type = this.policyList.find(e=>e.code==this.screenForm.policyId).type
|
|
|
|
|
|
// if (type === "PROVISION") {
|