(snapshots: ConfigSnapshots)
| 233 | } |
| 234 | |
| 235 | private updateSnapshots(snapshots: ConfigSnapshots) { |
| 236 | this.set("configSnapshots", snapshots); |
| 237 | bus.iat("configSnapshot"); //通知快照列表更新 |
| 238 | bus.iat("delConfigSnapshot"); |
| 239 | } |
| 240 | |
| 241 | newSnapshot(name: string) { |
| 242 | const snapshot: ConfigSnapshot = JSON.parse( |
no test coverage detected