Bläddra i källkod

一键登录请求发送

yuan 5 månader sedan
förälder
incheckning
bf3feb946d
1 ändrade filer med 4 tillägg och 0 borttagningar
  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()
+				}
 				
 				
 			},