@@ -241,6 +241,7 @@
handleLogin() {
this.$refs.loginForm.validate(valid => {
if (valid) {
+ this.loginForm.tenantId='000000'
const loading = this.$loading({
lock: true,
text: '登录中,请稍后。。。',
@@ -239,7 +239,7 @@ export default {
calcHeight: 80,
tip: false,
searchShow: true,
- searchMenuSpan: 6,
+ searchMenuSpan: 24,
border: true,
index: true,
selection: true,
@@ -305,6 +305,11 @@ export default {
]
},
{
+ label: "手机号",
+ prop: "phone",
+ search: true,
+ },
+ {
label: "用户状态",
prop: "workingStatus",
type: "select",