| @@ -12,7 +12,7 @@ | |||||
| <div> | <div> | ||||
| <el-input maxlength="10" clearable v-model="name"></el-input> | <el-input maxlength="10" clearable v-model="name"></el-input> | ||||
| </div> | </div> | ||||
| <div v-if="orgType==0" class="label">运营人员名称:</div> | |||||
| <div v-if="orgType==0" class="label">运营人员:</div> | |||||
| <div v-if="orgType==0"> | <div v-if="orgType==0"> | ||||
| <el-input maxlength="10" clearable v-model="operationStaffName"></el-input> | <el-input maxlength="10" clearable v-model="operationStaffName"></el-input> | ||||
| </div> | </div> | ||||
| @@ -12,7 +12,7 @@ | |||||
| <div> | <div> | ||||
| <el-input maxlength="10" clearable v-model="name"></el-input> | <el-input maxlength="10" clearable v-model="name"></el-input> | ||||
| </div> | </div> | ||||
| <div v-if="orgType==0" class="label">运营人员名称:</div> | |||||
| <div v-if="orgType==0" class="label">运营人员:</div> | |||||
| <div v-if="orgType==0"> | <div v-if="orgType==0"> | ||||
| <el-input maxlength="10" clearable v-model="operationStaffName"></el-input> | <el-input maxlength="10" clearable v-model="operationStaffName"></el-input> | ||||
| </div> | </div> | ||||
| @@ -436,6 +436,7 @@ export default { | |||||
| // 单选框改变 | // 单选框改变 | ||||
| radioChange(e) { | radioChange(e) { | ||||
| // console.log(e) | // console.log(e) | ||||
| this.filterText='' | |||||
| this.treeDataList = []; | this.treeDataList = []; | ||||
| if (e == 0 || e == 1) { | if (e == 0 || e == 1) { | ||||
| this.findMyOrg(); | this.findMyOrg(); | ||||
| @@ -37,7 +37,7 @@ | |||||
| placeholder="请选择" | placeholder="请选择" | ||||
| @change="flagchange" | @change="flagchange" | ||||
| > | > | ||||
| <el-option label="登陆账号" value="1"></el-option> | |||||
| <el-option label="登陆手机" value="1"></el-option> | |||||
| <el-option label="用户名" value="2"></el-option> | <el-option label="用户名" value="2"></el-option> | ||||
| </el-select> | </el-select> | ||||
| </el-input> | </el-input> | ||||
| @@ -56,7 +56,7 @@ | |||||
| placeholder="请选择" | placeholder="请选择" | ||||
| @change="flagchange" | @change="flagchange" | ||||
| > | > | ||||
| <el-option label="登陆账号" value="1"></el-option> | |||||
| <el-option label="登陆手机" value="1"></el-option> | |||||
| <el-option label="用户名" value="2"></el-option> | <el-option label="用户名" value="2"></el-option> | ||||
| </el-select> | </el-select> | ||||
| </el-input> | </el-input> | ||||
| @@ -399,7 +399,7 @@ export default { | |||||
| this.houseStatistics(); | this.houseStatistics(); | ||||
| }, | }, | ||||
| timeChange(e) { | timeChange(e) { | ||||
| this.searchForm.dateType = -1; | |||||
| this.searchForm.dateType = null; | |||||
| this.searchForm.staDate = e[0]; | this.searchForm.staDate = e[0]; | ||||
| this.searchForm.endDate = e[1]; | this.searchForm.endDate = e[1]; | ||||
| // this.houseChange(); | // this.houseChange(); | ||||