代码bug修改
This commit is contained in:
parent
0dad103565
commit
bf5467765a
|
|
@ -21,7 +21,7 @@
|
||||||
}" clearable collapse-tags >
|
}" clearable collapse-tags >
|
||||||
</el-cascader>
|
</el-cascader>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="" prop="userType">
|
<el-form-item label="用户类别" prop="userType">
|
||||||
<el-select v-model="queryParams.userType" placeholder="用户类别" style="width: 240px" clearable>
|
<el-select v-model="queryParams.userType" placeholder="用户类别" style="width: 240px" clearable>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="dict in dict.type.sys_user_type"
|
v-for="dict in dict.type.sys_user_type"
|
||||||
|
|
@ -687,7 +687,7 @@
|
||||||
"accountStatusList": this.queryParams.accountStatusList,
|
"accountStatusList": this.queryParams.accountStatusList,
|
||||||
"deptIdList": this.queryParams.deptIdList,
|
"deptIdList": this.queryParams.deptIdList,
|
||||||
"searchValue": this.queryParams.searchValue,
|
"searchValue": this.queryParams.searchValue,
|
||||||
"userType": this.dialogParams.userType
|
"userType": this.queryParams.userType
|
||||||
}
|
}
|
||||||
accInfoPageApi(param).then(response => {
|
accInfoPageApi(param).then(response => {
|
||||||
this.tableListData = response.rows;
|
this.tableListData = response.rows;
|
||||||
|
|
|
||||||
|
|
@ -142,14 +142,14 @@
|
||||||
@click="handleAdd"
|
@click="handleAdd"
|
||||||
>新增</el-button>
|
>新增</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="1.5">
|
<!-- <el-col :span="1.5">
|
||||||
<el-button
|
<el-button
|
||||||
type="danger"
|
type="danger"
|
||||||
size="mini"
|
size="mini"
|
||||||
:disabled="multiple"
|
:disabled="multiple"
|
||||||
@click="handleBatchDel"
|
@click="handleBatchDel"
|
||||||
>批量删除</el-button>
|
>批量删除</el-button>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
<!-- <el-col :span="1.5">
|
<!-- <el-col :span="1.5">
|
||||||
<el-upload
|
<el-upload
|
||||||
ref="upload"
|
ref="upload"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue