Browse Source

一键登录请求发送

yuan 5 tháng trước cách đây
mục cha
commit
bf3feb946d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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()
+				}
 				
 				
 			},