Merge branch 'developer' of ssh://code.cyweb.top:30033/scj/zhxy/v3/cloud-ui into developer

This commit is contained in:
guochunsi
2026-01-15 19:06:57 +08:00
7 changed files with 536 additions and 541 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' })