新旧拆分单对比--列表
This commit is contained in:
@@ -493,7 +493,7 @@ export default {
|
|||||||
*/
|
*/
|
||||||
handleDownload (file) {
|
handleDownload (file) {
|
||||||
// 下载文件
|
// 下载文件
|
||||||
downloadFile(`/sys/common/download/${file.response.result.id}`, file.name)
|
downloadFile(`/sys/common/downloadWithoutWaterMark/${file.response.result.id}`, file.name)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
@back="handleBack">
|
@back="handleBack">
|
||||||
<div class="can-scroll-content">
|
<div class="can-scroll-content">
|
||||||
<div class="can-scroll-content-header">
|
<div class="can-scroll-content-header">
|
||||||
{{$route.query.titleLeft + ' ' + $route.query.serialNumberLeft + ' —— ' + $route.query.titleRight + ' ' + $route.query.serialNumberRight}}
|
{{titleLeft + ' ' + $route.query.serialNumberLeft + ' —— ' + titleRight + ' ' + $route.query.serialNumberRight}}
|
||||||
<a-button icon="upload"
|
<a-button icon="upload"
|
||||||
type="primary"
|
type="primary"
|
||||||
ghost
|
ghost
|
||||||
@@ -49,6 +49,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
loading: false,
|
loading: false,
|
||||||
resultData: {},
|
resultData: {},
|
||||||
|
titleLeft: this.$route.query.titleLeft || '',
|
||||||
|
titleRight: this.$route.query.titleRight || '',
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
title: '旧条款号',
|
title: '旧条款号',
|
||||||
|
|||||||
Reference in New Issue
Block a user