diff --git a/src/views/smart/operationticket.vue b/src/views/smart/operationticket.vue
index 71d54e9..89c6afa 100644
--- a/src/views/smart/operationticket.vue
+++ b/src/views/smart/operationticket.vue
@@ -698,7 +698,7 @@ import {getList, getDetail, add, update, remove, closeticket} from "@/api/smart/
cancelButtonText: "取消",
type: "warning"
}).then(() => {
- expUtil.excelExport(`/api/equipmentledger/export?daf-auth=${getToken()}`, this.search, ['station', 'userStatus']);
+ expUtil.excelExport(`/api/smart/operationticket/export?daf-auth=${getToken()}`, this.search);
});
},
}
diff --git a/src/views/smart/operationticketDetail.vue b/src/views/smart/operationticketDetail.vue
index 85d86f7..10c00f5 100644
--- a/src/views/smart/operationticketDetail.vue
+++ b/src/views/smart/operationticketDetail.vue
@@ -38,7 +38,14 @@
@row-update="item_rowUpdate"
@row-save="item_rowSave"
@row-del="item_rowDel">
+
+