文件管理、资源注册添加搜索条件和form字段

This commit is contained in:
康冉冉
2025-09-15 18:12:24 +08:00
parent ce79c4ee87
commit c57f893805
10 changed files with 528 additions and 278 deletions

View File

@@ -42,11 +42,13 @@
getFormDataList(id) {
getGroup(id).then(val => {
if (val && val.data) {
val.data['includedDevices'] = val.data['includedDevices'].split(',');
if (val.data && val.data['includedDevices']) {
val.data['includedDevices'] = val.data['includedDevices'].split(',');
}
this.ruleForm = val.data;
}
}).catch(() => {
this.$modal.msgError("操作失败")
// this.$modal.msgError("操作失败")
});
},
// 包含设备