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