国标通道编辑重置支持选择字段

This commit is contained in:
lin
2025-11-06 20:31:51 +08:00
parent 01e72407ac
commit e453b3b394
7 changed files with 264 additions and 16 deletions

View File

@@ -41,13 +41,11 @@ export function update(data) {
})
}
export function reset(id) {
export function reset(data) {
return request({
method: 'post',
url: '/api/common/channel/reset',
params: {
id: id
}
data: data
})
}