便携式设备接入接口更换
This commit is contained in:
@@ -380,13 +380,14 @@ const tableStore = new TableStore({
|
||||
},
|
||||
click: row => {
|
||||
// 便携式设备接入
|
||||
// portableDeviceAccess
|
||||
ElMessageBox.confirm('确定接入该设备吗?', '提示', {
|
||||
confirmButtonText: '确认',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
})
|
||||
.then(() => {
|
||||
portableDeviceAccess({
|
||||
portableDeviceRegister({
|
||||
nDid: row.ndid
|
||||
}).then(res => {
|
||||
ElMessage.success(res.message)
|
||||
|
||||
Reference in New Issue
Block a user