修复大小写bug
This commit is contained in:
@@ -287,7 +287,7 @@ class ConfigPanel {
|
||||
'updateContainerName': (data) => this.updateContainerName(data.containerId, data.name),
|
||||
'createContainer': (data) => this.createContainer(data.name),
|
||||
'deleteContainer': (data) => this.deleteContainer(data.containerId),
|
||||
// 配置管理
|
||||
// 模块管理
|
||||
// [修改] 接收新的文件名
|
||||
'updateConfigName': (data) => this.updateConfigName(data.configId, data.name, data.fileName),
|
||||
'createConfig': (data) => this.createConfig(data.name),
|
||||
@@ -598,7 +598,7 @@ class ConfigPanel {
|
||||
}
|
||||
}
|
||||
// =============================================
|
||||
// 配置管理方法
|
||||
// 模块管理方法
|
||||
// =============================================
|
||||
/**
|
||||
* [修改] 同时更新配置显示名称和文件名,并处理磁盘文件重命名
|
||||
|
||||
Reference in New Issue
Block a user