From 1666636caba83d863b2ec2825c0bcc9e236d696e Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Fri, 22 Dec 2023 19:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E7=BC=96=E7=A0=81=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/store/newBuy/newDevices/newDevicesCode.vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesCode.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesCode.vue index 6c47b0fe..5b0177b9 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesCode.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesCode.vue @@ -405,20 +405,10 @@ export default { if(this.codeList.length==0){ this.$modal.msgError("无新增编码绑定"); }else{ - - - editPurchaseMacode(this.codeList).then(response => { console.log(response.data) - if(response.data && response.data.length>0){ + if(response.data && response.length>0){ this.codeList = response.data; - // this.codeList.forEach(item=>{ - // if(item.statusFlag==1){ - // item.maCode='' - // } - // }) - - }else{ this.$modal.msgSuccess("绑定成功"); this.open = false;