feat: 工单系统优化 - 修复自动跳转问题并添加用户筛选功能 #18
@@ -1791,7 +1791,7 @@ const handleDeleteVmNetwork = (row) => {
|
||||
|
||||
const handleSetVmNetworkPrimary = (row) => {
|
||||
ElMessageBox.confirm(
|
||||
`将「${row.address || row.name}」设为主IP?设置后将触发 CloudInit 重建并重启虚拟机。`,
|
||||
`将「${row.address || row.name}」设为主IP?设置后将重启虚拟机。`,
|
||||
'设置主IP', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }
|
||||
).then(async () => {
|
||||
try {
|
||||
|
||||
@@ -2939,7 +2939,7 @@ const handleNetDelete = (row) => {
|
||||
|
||||
const handleSetPrimary = (row) => {
|
||||
ElMessageBox.confirm(
|
||||
`将「${row.address || row.name}」设为主IP?设置后将触发 CloudInit 重建并重启虚拟机。`,
|
||||
`将「${row.address || row.name}」设为主IP?设置后将重启虚拟机。`,
|
||||
'设置主IP', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }
|
||||
).then(async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user