mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 05:26:44 +08:00
更新问题件内容
This commit is contained in:
@@ -18,3 +18,12 @@ export function getQuestionDetail(data = {}) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 更新
|
||||
export function updateQuestionDetail(data = {}) {
|
||||
return request({
|
||||
method: 'post',
|
||||
url: getUrl('/sale/issue/updatePrtIssue', 1),
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user