From e765f7f7505ef6d8ad86faf95c02f0e0a85ae839 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Fri, 17 Feb 2023 16:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E4=BA=A4=E6=98=93=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=90=9C=E7=B4=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/mana/transactions.vue | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pages/massif/mana/transactions.vue b/pages/massif/mana/transactions.vue index c1efc42..84f6243 100644 --- a/pages/massif/mana/transactions.vue +++ b/pages/massif/mana/transactions.vue @@ -83,12 +83,12 @@ - + - 精品小黄瓜 + {{v.productName}} 规格:20kg/箱 云南云天化股份有限公司 @@ -99,6 +99,7 @@ + import request,{host} from '@/common/request' export default { + props:{ + recoveryId:{ + type:String, + default:"" + } + }, data(){ return{ show:false, @@ -141,11 +148,18 @@ export default { this.total=0 this.searchVal.pageNo=1 }, + reSearch(){ + this.clean() + this.search() + }, async search(){ if(this.total==0||this.list.length