投诉类型接口添加参数

This commit is contained in:
zhouyanli
2026-06-30 14:24:37 +08:00
parent 1a8abc6d47
commit 78fc468bc4
3 changed files with 17 additions and 4 deletions

View File

@@ -174,8 +174,9 @@ onLoad(() => {
// 获取投诉类型
const getSelectType = async () => {
let params = {status:'0'}
try {
const res = await getComplainType()
const res = await getComplainType(params)
if (res.code === 200) {
typeOptions.value = res.data || []
} else {