From 8d1f6c30155fb85fa92d76e1fa3ff5439db694a6 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 26 七月 2024 12:39:42 +0800
Subject: [PATCH] Merge branch 'master' of http://121.37.118.194:8000/r/~jt/MES-PDA

---
 uni_modules/select-cy/components/select-cy/select-cy.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/uni_modules/select-cy/components/select-cy/select-cy.vue b/uni_modules/select-cy/components/select-cy/select-cy.vue
index 9a0121d..6400d45 100644
--- a/uni_modules/select-cy/components/select-cy/select-cy.vue
+++ b/uni_modules/select-cy/components/select-cy/select-cy.vue
@@ -141,7 +141,7 @@
 			handleRemove(index) {
 				var delvalue=[];
 				for(var i in this.changevalue){
-					delvalue.push({Name:this.changevalue[i].Name});
+					delvalue.push({attr:this.changevalue[i].attr,Name:this.changevalue[i].Name});
 				}
 				if (index === null) {
 					this.realValue = [];

--
Gitblit v1.9.1