|
@@ -69,7 +69,7 @@ const nowRouteName = import.meta.env.VITE_APP_APP;
|
|
|
|
|
|
|
|
const props = defineProps<{ pagging: ScenePagging }>();
|
|
const props = defineProps<{ pagging: ScenePagging }>();
|
|
|
const delSceneHandler = async (row: any) => {
|
|
const delSceneHandler = async (row: any) => {
|
|
|
- if (await confirm("确定要删除当前融合吗?")) {
|
|
|
|
|
|
|
+ if (await confirm("确定要删除当前多元融合吗?")) {
|
|
|
const fusionId = Number(row?.fusionId);
|
|
const fusionId = Number(row?.fusionId);
|
|
|
if (!fusionId) return;
|
|
if (!fusionId) return;
|
|
|
await axios.post(delFusion, { fusionId });
|
|
await axios.post(delFusion, { fusionId });
|