This commit is contained in:
meilin.huang
2022-05-05 16:07:07 +08:00
parent ce78b2caee
commit 8d334cc0e6
9 changed files with 10 additions and 52 deletions

View File

@@ -188,10 +188,6 @@ export default defineComponent({
// 当前选中数据id
currentId: null,
currentData: null,
infoDialog: {
visible: false,
info: '',
},
serviceDialog: {
visible: false,
machineId: 0,

View File

@@ -285,7 +285,6 @@ export default defineComponent({
const keys = Object.keys(netInter);
const values = Object.values(netInter);
for (let i = 0; i < values.length; i++) {
// 需要使用属性拷贝否则会再次触发watch
let value: any = values[i];
// 将网卡名称赋值新属性值name
value.name = keys[i];