From b52656f254b5d81d49aed544ed51b26a7b932f06 Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期二, 17 三月 2020 15:33:55 +0800
Subject: [PATCH] 调整

---
 src/components/popup/prodetail.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/popup/prodetail.vue b/src/components/popup/prodetail.vue
index f918156..e99d785 100644
--- a/src/components/popup/prodetail.vue
+++ b/src/components/popup/prodetail.vue
@@ -3,7 +3,7 @@
    
      <div style="height: 55vh; padding:0px; box-sizing:boder-box;">
        <div style="width: 1px; height: 1px;" align="center">
-       				<substep  v-if="isShow1" ref="substep_zj" v-bind:xmId="xmId"></substep>
+       	<substep  v-if="isShow1" ref="substep_zj" v-bind:xmId="xmId" v-bind:totalItems="totalItems"></substep>
        </div>
       <div style="width: 100%; height: 100%;" align="center">
         <substepReadOnly v-if="isShow" v-bind:form_objs="form_objs" v-bind:showData_="showData_"></substepReadOnly>
@@ -39,6 +39,7 @@
 			
 			ruleForm: {},
 			xmId: null,
+			totalItems: [],
 			showData_: {},
 			form_objs: {},
 		

--
Gitblit v1.8.0