1
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user