Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yanyizhou
2021-11-24 11:02:53 +08:00
2 changed files with 30 additions and 9 deletions
@@ -92,6 +92,14 @@
label="比对类型"
align="center">
</el-table-column>
<el-table-column
prop="compareStatus"
label="比对状态"
align="center">
<!-- <template slot-scope="scope">-->
<!-- -->
<!-- </template>-->
</el-table-column>
<el-table-column
prop="createTime"
label="比对时间"
@@ -362,15 +362,28 @@ export default {
type: 'warning'
})
}
this.$router.push({
name: 'TextComparison',
query: {
infoIdLeft: this.selectedSplitStandList[0].id,
infoIdRight: this.selectedSplitStandList2[0].id,
rowDataLeft: JSON.stringify(this.selectedSplitStandList[0]),
rowDataRight: JSON.stringify(this.selectedSplitStandList2[0])
}
})
return new Promise((resolve, reject) => {
this.spinShow = true
this.$http.post('lawss/sarStandCompareHis/fullTextComparison', {
leftStandard:this.selectedSplitStandList[0].id,
rightStandard: this.selectedSplitStandList2[0].id,
}, {
_this: this
}, res => {
this.spinShow = false
this.$message.warning(res.data)
}, e => {
})
})
// this.$router.push({
// name: 'TextComparison',
// query: {
// infoIdLeft: this.selectedSplitStandList[0].id,
// infoIdRight: this.selectedSplitStandList2[0].id,
// rowDataLeft: JSON.stringify(this.selectedSplitStandList[0]),
// rowDataRight: JSON.stringify(this.selectedSplitStandList2[0])
// }
// })
},
addFileStandPageChange (page) {
this.addFilePage = page