diff --git a/src/api/common.js b/src/api/common.js index 77e27d7..6000160 100644 --- a/src/api/common.js +++ b/src/api/common.js @@ -164,7 +164,6 @@ export function rebutFn(params) { method: 'post', data: params, paramsSerializer: function(data) { - console.log(require('qs').stringify(data, { indices: false }), 8888888888888) return require('qs').stringify(data, { indices: false }) } }) diff --git a/src/views/audit/list.vue b/src/views/audit/list.vue index e8f34bd..184db5e 100644 --- a/src/views/audit/list.vue +++ b/src/views/audit/list.vue @@ -64,7 +64,7 @@ @@ -711,14 +711,14 @@ export default { }, /** * 根据报告ID查看驳回原因 - * @param ysjlId + * @param renwuId */ - viewAllRejection(ysjlId) { + viewAllRejection(renwuId) { this.api({ - url: '/taskinfo/viewAllRejection', + url: '/taskinfo/viewRejection', method: 'get', params: { - ysjlId: ysjlId + renwuId: renwuId } }).then(data => { this.infoNotes = data diff --git a/src/views/bggl/components/original_db_list.vue b/src/views/bggl/components/original_db_list.vue index 1df42fd..4ca284d 100644 --- a/src/views/bggl/components/original_db_list.vue +++ b/src/views/bggl/components/original_db_list.vue @@ -137,8 +137,7 @@ - - + @@ -284,11 +283,11 @@ - - + + - + @@ -1512,7 +1512,6 @@ import Sticky from '@/components/Sticky' import Utils from '../../utils/contact.js' import Pagination from '@/components/Pagination' import { deleteRenwuFn } from '@/api/common' -import qs from 'qs' // import XLSX from 'xlsx' export default { @@ -2531,34 +2530,6 @@ export default { $router: this.$router }) }, - viewHzd() { - const arr = [this.bjd.id] - this.preview({ - url: '/print/batchGeneratePdfHzd', - method: 'get', - params: { - bjdIds: arr - }, - paramsSerializer: function(params) { - return qs.stringify(params, { indices: false }) - } - }).then((data) => { - this.preview({ - url: '/print/createXmlOther', - method: 'post', - params: { - ids: arr, - type: 'HZD' - }, - paramsSerializer: function(params) { - return qs.stringify(params, { indices: false }) - } - }).then((data) => { - data = data.replace(/\\/g, '/') - window.open(data) - }) - }) - }, editFixedHidden() { const els = document.getElementsByClassName('el-table__fixed-right') if (els.length > 0) { diff --git a/src/views/bjd/jj_input.vue b/src/views/bjd/jj_input.vue index 764842b..3d09cb5 100644 --- a/src/views/bjd/jj_input.vue +++ b/src/views/bjd/jj_input.vue @@ -14,7 +14,7 @@ 审核通过 - - + diff --git a/src/views/bjd/zj_input.vue b/src/views/bjd/zj_input.vue index f92d81e..5f0c9fe 100644 --- a/src/views/bjd/zj_input.vue +++ b/src/views/bjd/zj_input.vue @@ -86,7 +86,7 @@ 删除 - @@ -213,20 +213,6 @@ - - -