commit
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user