|  |  |  | 
|---|
|  |  |  | <el-row :gutter="5"> | 
|---|
|  |  |  | <el-col :span="4"> | 
|---|
|  |  |  | <div class="fa-card-a" style="margin-right: 5px;height: calc(100vh - 123px)"> | 
|---|
|  |  |  | <product-model-tree @on-selected="onProductSelected" @on-default="onDefault" showXdy="false" :isShow="false"/> | 
|---|
|  |  |  | <product-model-tree ref="modelTree" @on-selected="onProductSelected" @on-default="onDefault" showXdy="false" :isShow="false"/> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="20"> | 
|---|
|  |  |  | 
|---|
|  |  |  | SelectTyModel | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | mounted() { | 
|---|
|  |  |  | this.$refs.modelTree.getProductList() | 
|---|
|  |  |  | this.pageCode = this.$route.query.pageCode | 
|---|
|  |  |  | this.dataForm.pageCode = this.$route.query.pageCode | 
|---|
|  |  |  | console.log(this.pageCode, 'this.pageCode this.pageCode') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | methods: { | 
|---|
|  |  |  | handleClick() { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | add() { | 
|---|
|  |  |  | this.$refs.SelectTyModel.$refs.dialog.init(null, { | 
|---|
|  |  |  | type: this.dataForm.productType + 1, | 
|---|