no message
This commit is contained in:
parent
f725b5fe21
commit
0497727f54
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ async function fetchEvaluteList() {
|
|||
status: selectedStatus.value,
|
||||
};
|
||||
await http
|
||||
.put(config.API.evaluationMain(), body)
|
||||
.post(config.API.evaluationMain(), body)
|
||||
.then(async (res) => {
|
||||
const data = res.data.result.data;
|
||||
total.value = res.data.result.total;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue