diff --git a/src/pages/localTool/standContrast/index.vue b/src/pages/localTool/standContrast/index.vue
index 43ef1da5b..b8a4545bd 100644
--- a/src/pages/localTool/standContrast/index.vue
+++ b/src/pages/localTool/standContrast/index.vue
@@ -92,6 +92,14 @@
label="比对类型"
align="center">
+
+
+
+
+
{
+ 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