Parcourir la source

一键登录请求发送

yuan il y a 5 mois
Parent
commit
bf3feb946d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/views/allocation/allocationList.vue

+ 4 - 0
src/views/allocation/allocationList.vue

@@ -502,6 +502,10 @@
 					this.condition = 'image'
 					this.dataSelect()
 				}
+				if (tab._props.label == '一键登录') {
+					this.condition = 'login'
+					this.dataSelect()
+				}
 				
 				
 			},