|
@@ -157,17 +157,17 @@ export default {
|
|
|
this.activeName = this.typecode
|
|
|
this.isShowTab()
|
|
|
this.initImage(this.typecode)
|
|
|
- if (
|
|
|
- this.dialogInfo.children[0].id.slice(2, 4) == 'YL' &&
|
|
|
- this.dialogInfo.children[this.dialogInfo.children.length - 1].param.type_code.slice(0, 3) == 'FBT'
|
|
|
- ) {
|
|
|
- this.typecode = this.dialogInfo.children[this.dialogInfo.children.length - 1].param.type_code
|
|
|
- this.activeName = this.typecode
|
|
|
- this.showFenbuPic = true
|
|
|
- this.$nextTick(() => {
|
|
|
- this.$refs.fenbutu[0] && this.$refs.fenbutu[0].openFloorMap()
|
|
|
- })
|
|
|
- }
|
|
|
+ // if (
|
|
|
+ // this.dialogInfo.children[0].id.slice(2, 4) == 'YL' &&
|
|
|
+ // this.dialogInfo.children[this.dialogInfo.children.length - 1].param.type_code.slice(0, 3) == 'FBT'
|
|
|
+ // ) {
|
|
|
+ // this.typecode = this.dialogInfo.children[this.dialogInfo.children.length - 1].param.type_code
|
|
|
+ // this.activeName = this.typecode
|
|
|
+ // // this.showFenbuPic = true
|
|
|
+ // // this.$nextTick(() => {
|
|
|
+ // // this.$refs.fenbutu[0] && this.$refs.fenbutu[0].openFloorMap()
|
|
|
+ // // })
|
|
|
+ // }
|
|
|
}
|
|
|
} else {
|
|
|
this.activeName = this.dialogInfo.param.tab_code
|