This commit is contained in:
zhoutianchi
2026-01-15 18:46:24 +08:00
parent 99ee983e08
commit 7193922637
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@
type="success"
link
icon="CircleCheck"
@click="sureDJ(scope.row.id)"
@click="handllSureDj(scope.row.id)"
>
确认对接
</el-button>
@@ -330,7 +330,7 @@ const addOrUpdateHandle = (id?: string | null) => {
}
// 确认对接
const sureDJ = async (id: string) => {
const handllSureDj = async (id: string) => {
try {
await messageBox.confirm('是否确认已对接?请谨慎操作')
await sureDJ({ id, isDj: '1' })