|
@@ -336,7 +336,9 @@ export default {
|
|
|
if (confirm !== "confirm") return;
|
|
|
|
|
|
await deleteAnalysisBatch(row.id);
|
|
|
- this.$message.success("删除成功!");
|
|
|
+ this.$message.success(
|
|
|
+ "操作成功,请去基础配置 -> 系统设置 -> 同步管理中查看结果!"
|
|
|
+ );
|
|
|
this.deletePageLastItem();
|
|
|
},
|
|
|
toViewLog(row) {
|