+2
-2
@@ -260,9 +260,9 @@ export function saveTableQuestionMark(param, type) {
|
||||
})
|
||||
}
|
||||
|
||||
export function deleteTableQuestionMark(param) {
|
||||
export function deleteTableQuestionMark(param, type) {
|
||||
return request({
|
||||
url: `/ReadingImageTask/deleteTableQuestionMark`,
|
||||
url: `/deleteTableQuestionMark/${type}`,
|
||||
method: 'post',
|
||||
data: param
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user