投诉类型接口添加参数
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user