|
@@ -52,7 +52,7 @@ $(document).ready(function () {
|
|
|
|
|
|
$('a[data-target="#sp-list" ]').on('click', function () {
|
|
|
const id = $(this).data('vid')
|
|
|
- postData(`${window.location.pathname}/${id}/auditors`, {}, (res) => {
|
|
|
+ postData(`${window.location.pathname.replace('/material', '')}/${id}/auditors`, {}, (res) => {
|
|
|
const { auditHistory, auditors, user } = res
|
|
|
let auditorsHTML = ''
|
|
|
let historyHTML = ''
|