Selaa lähdekoodia

Merge branch 'feature/Feature-copy' into develop

howie 2 vuotta sitten
vanhempi
commit
c037f6a92e
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/supply/policy/components/retail_form.vue

+ 2 - 1
src/views/supply/policy/components/retail_form.vue

@@ -1351,6 +1351,7 @@ export default {
         this.listLoading2 = false;
         this.popDataArr = [];
         this.popArr = [];
+        this.factor = []
         // // consloe(this.dataList, "kkkk");
       });
     },
@@ -1679,7 +1680,7 @@ export default {
         this.policyList = res.data.records;
         console.log( res.data.records);
         if (this.policyList.length) {
-          this.handlePolicy(res.data.records[0].id)
+          this.handlePolicy(this.screenForm.policyId)
         // const type =  this.policyList.find(e=>e.code==this.screenForm.policyId).type
 
         // if (type === "PROVISION") {