设备信息bug

This commit is contained in:
helloDy
2023-11-17 10:24:53 +08:00
parent c4091b7181
commit 1d9b97f1d0
2 changed files with 15 additions and 12 deletions

View File

@@ -424,6 +424,7 @@ export default {
// 表单参数
form: {
id: null,
files: []
},
showUploadComponents: false, // 是否显示上传组件
};
@@ -506,6 +507,7 @@ export default {
spec: undefined,
description: undefined,
remark: undefined,
files: []
};
this.resetForm('form');
},