代码bug修改

This commit is contained in:
zzyuan 2025-05-28 10:39:42 +08:00
parent 0dad103565
commit bf5467765a
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
}" clearable collapse-tags >
</el-cascader>
</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-option
v-for="dict in dict.type.sys_user_type"
@ -687,7 +687,7 @@
"accountStatusList": this.queryParams.accountStatusList,
"deptIdList": this.queryParams.deptIdList,
"searchValue": this.queryParams.searchValue,
"userType": this.dialogParams.userType
"userType": this.queryParams.userType
}
accInfoPageApi(param).then(response => {
this.tableListData = response.rows;

View File

@ -142,14 +142,14 @@
@click="handleAdd"
>新增</el-button>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
type="danger"
size="mini"
:disabled="multiple"
@click="handleBatchDel"
>批量删除</el-button>
</el-col>
</el-col> -->
<!-- <el-col :span="1.5">
<el-upload
ref="upload"