删除无用代码

This commit is contained in:
liuyp 2024-05-22 22:24:51 +08:00
parent e95d94370d
commit aecdd941b0

View File

@ -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', {