mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
--fix bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!-- 评估管理页面 -->
|
shan<!-- 评估管理页面 -->
|
||||||
<template>
|
<template>
|
||||||
<div class="researchmanage">
|
<div class="researchmanage">
|
||||||
<!-- 搜索框及按钮 -->
|
<!-- 搜索框及按钮 -->
|
||||||
@@ -371,9 +371,10 @@ const handle = (record) => ({
|
|||||||
},
|
},
|
||||||
del: async () => {
|
del: async () => {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
message.info("删除成功!");
|
await deleteResearch({ assessmentId: record.id }).then(()=>{
|
||||||
await deleteResearch({ assessmentId: record.id });
|
message.info("删除成功!");
|
||||||
fetch();
|
fetch();
|
||||||
|
}).catch(() => loading.value = false)
|
||||||
},
|
},
|
||||||
copy: async () => {
|
copy: async () => {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user