From 03819147ae2450581d67686e3328bf1f324f63b1 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Fri, 19 Jan 2024 10:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=88=97=E8=A1=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue | 1 + .../views/store/newBuy/newAccessory/newAccessoryAccept.vue | 6 +++--- .../src/views/store/newBuy/newDevices/newDevicesArrival.vue | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue index dc18a8a6..82f82ca6 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue @@ -281,6 +281,7 @@ export default { startTime:this.queryParams.time && this.queryParams.time[0], endTime:this.queryParams.time && this.queryParams.time[1], types:this.queryParams.types, + souceBy:0, pageSize: this.queryParams.pageSize, pageNum: this.queryParams.pageNum } diff --git a/sgzb-ui/src/views/store/newBuy/newAccessory/newAccessoryAccept.vue b/sgzb-ui/src/views/store/newBuy/newAccessory/newAccessoryAccept.vue index 6585c880..9970479e 100644 --- a/sgzb-ui/src/views/store/newBuy/newAccessory/newAccessoryAccept.vue +++ b/sgzb-ui/src/views/store/newBuy/newAccessory/newAccessoryAccept.vue @@ -50,7 +50,7 @@ - + @@ -102,7 +102,7 @@ @click="handleDelete" >删除 --> - + diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue index 47de63ea..fc65b1c6 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue @@ -9,7 +9,8 @@ v-model="queryParams.equipmentId" default-expand-all :options="equipmentTypeList" placeholder="请选择机具类型" - @select="select" + @select="select" + :disable-branch-nodes="true" style="width: 240px;" noChildrenText="没有数据了" noOptionsText="没有数据"