From ab0ebfca3479ab988797b48901620608f8144469 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 11 Nov 2024 18:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pushAndAccept/pushAndAcceptDetail.vue | 41 +------------------ 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/src/views/warehouseManage/pushAndAccept/pushAndAcceptDetail.vue b/src/views/warehouseManage/pushAndAccept/pushAndAcceptDetail.vue index 33d53ce..444c35b 100644 --- a/src/views/warehouseManage/pushAndAccept/pushAndAcceptDetail.vue +++ b/src/views/warehouseManage/pushAndAccept/pushAndAcceptDetail.vue @@ -358,44 +358,7 @@ export default { typeName: '', modelName: '', }, - tableData: [ - { - machineryNum: '001', - machineryName: '机具名称1', - machineryType: '机具类型1', - specificationModel: '规格型号1', - rentalDate: '2021-01-01', - rentalPrice: '1000', - unit: '所属单位1', - manufacturer: '生产厂家1', - productionDate: '2021-01-01', - isNewEquipment: '是', - verificationNum: '检验证编号1', - inspectionUnit: '检验单位1', - inspectionDate: '2021-01-01', - nextInspectionDate: '2021-01-01', - machinistName: '机手姓名1', - status: 0, - }, - { - machineryNum: '002', - machineryName: '机具名称2', - machineryType: '机具类型2', - specificationModel: '规格型号2', - rentalDate: '2021-01-02', - rentalPrice: '2000', - unit: '所属单位2', - manufacturer: '生产厂家2', - productionDate: '2021-01-02', - isNewEquipment: '否', - verificationNum: '检验证编号2', - inspectionUnit: '检验单位2', - inspectionDate: '2021-01-02', - nextInspectionDate: '2021-01-02', - machinistName: '', - status: 1, - }, - ], + tableData: [], queryParams: { pageNum: 1, pageSize: 10, @@ -447,7 +410,7 @@ export default { const res = await receiveNotificationsDetailsApi(params) console.log(res, '接收的数据') - // this.tableData = res.rows + this.tableData = res.rows this.total = res.total // console.log('🚀 ~ getList ~ 获取列表:', params) },