浏览代码

【修改】政策订单显示问题

howie 2 年之前
父节点
当前提交
a3af3bd3c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/supply/policy/components/retail_form.vue

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

@@ -1680,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") {