|
@@ -300,7 +300,7 @@
|
|
|
</a-collapse-panel>
|
|
|
</a-collapse>
|
|
|
</div>
|
|
|
- <editDialog ref="dialog" :attrCards="attrCards" :getmajorId="getmajorId" :sysNum="imageNum" :key="new Date().getTime()" />
|
|
|
+ <editDialog ref="dialog" :attrCards="attrCards" :getmajorId="getmajorId" :InfoLocal="InfoLocal" :sysNum="imageNum" :key="new Date().getTime()" />
|
|
|
<!-- <editDialog ref="dialog" :typeEdit="2" :getmajorId="'1001'" :sysNum="5" />-->
|
|
|
</div>
|
|
|
</template>
|
|
@@ -397,7 +397,8 @@ export default {
|
|
|
itemExplain: "", //图例说明 只针对石材铺装
|
|
|
attrCards: [],
|
|
|
spinning: false,
|
|
|
- getmajorId: ""
|
|
|
+ getmajorId: "",
|
|
|
+ InfoLocal:[]
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -518,6 +519,7 @@ export default {
|
|
|
this.SubType = "";
|
|
|
}
|
|
|
this.getmajorId = Item.data.Properties.InfoSystemId;
|
|
|
+ this.InfoLocal = Item.data.Properties.InfoLocal;
|
|
|
//判断点 面 带回专业类
|
|
|
// let InfoTypeIdArr = [];
|
|
|
// if( Item.data.Properties.InfoTypeId.length){
|