From aecdd941b0c4d06c1243ab28154892f7f90e2a94 Mon Sep 17 00:00:00 2001 From: liuyp Date: Wed, 22 May 2024 22:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emisWaybillTransfer/waybillTransfer.vue | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/src/views/emis/emisWaybillTransfer/waybillTransfer.vue b/src/views/emis/emisWaybillTransfer/waybillTransfer.vue index e7bcb18e..ac5d5c95 100644 --- a/src/views/emis/emisWaybillTransfer/waybillTransfer.vue +++ b/src/views/emis/emisWaybillTransfer/waybillTransfer.vue @@ -486,39 +486,6 @@ export default { this.selection = selection; }, - - - - - - - - /** 搜索按钮操作 */ - handleQuery() { - this.queryParams.pageNum = 1; - this.getList(); - }, - /** 重置按钮操作 */ - resetQuery() { - this.resetForm("queryForm"); - this.handleQuery(); - }, - // 排序 查询字段是表格中字段名字 动态取值排序顺序 - handleSortChange(column) { - this.queryParams.orderByColumn = column.prop; - this.queryParams.isAsc = column.order; - this.getList(); - }, - handleView(row) { - this.id=row.id; - this.titleView="查看"; - this.openView=true; - // this.router.push({ path: '/emis/emisWaybillTransfer/viewDetail', query: { id: row.id }}) - }, - handleFormChanged(){ - this.openForm = false; - this.getList(); - }, /** 导出按钮操作 */ handleExport() { // this.download('emis/emisWaybillTransfer/export', {