This commit is contained in:
zhutianqi
2022-01-07 10:34:31 +08:00
parent 62f2700c31
commit d688b4b213
2 changed files with 15 additions and 4 deletions
@@ -56,7 +56,8 @@
</el-col>
</el-row>
</div>
<div v-for="(item,index) in leftString" v-html="item" :key="index" v-if="comparisonFlag === '2'"></div>
<div v-html="leftString" v-if="comparisonFlag === '2'"></div>
<!-- <div v-for="(item,index) in leftString" v-html="item" :key="index" v-if="comparisonFlag === '2'"></div>-->
</div>
</div>
</div>
@@ -109,7 +110,8 @@
</el-col>
</el-row>
</div>
<div v-for="(item,index) in rightString" v-html="item" :key="index" v-if="comparisonFlag === '2'"></div>
<!-- <div v-for="(item,index) in rightString" v-html="item" :key="index" v-if="comparisonFlag === '2'"></div>-->
<div v-html="rightString" v-if="comparisonFlag === '2'"></div>
</div>
</div>
</div>
@@ -755,7 +755,11 @@
}
},
QYBZcloseDrawer () {
this.clearQYBZ()
this.QYBZform = {
page: 1,
standCode: '',
standName: '',
}
},
QYBZenterDrawer () {
if (this.QYBZformSelect.length > 1) {
@@ -765,7 +769,11 @@
} else {
this.addForm.rqbJson = this.QYBZformSelect[0].id
this.addForm.rqbName = this.QYBZformSelect[0].standCode
this.clearQYBZ()
this.QYBZform = {
page: 1,
standCode: '',
standName: '',
}
this.QYBZmodal = false
}
},
@@ -795,6 +803,7 @@
standCode: '',
standName: '',
}
this.QYBZget()
},
choiceQYBZ (id) {
if (this.DrawerType === 'see') {