更新问题件内容

This commit is contained in:
mengxiaolong
2020-08-04 10:56:59 +08:00
parent 82037a6d43
commit 0bb7547e59
4 changed files with 262 additions and 77 deletions

View File

@@ -18,3 +18,12 @@ export function getQuestionDetail(data = {}) {
data
})
}
// 更新
export function updateQuestionDetail(data = {}) {
return request({
method: 'post',
url: getUrl('/sale/issue/updatePrtIssue', 1),
data
})
}