缓存清理

This commit is contained in:
李道甫 2021-04-28 15:06:22 +08:00
parent cd6e4ae89f
commit c68dd34054

View File

@ -750,6 +750,12 @@ export default {
for (let node in this.nodeNameList){
this.nodeNameList[node].openStatus=true;
}
this.temp = {
type: 'add',
id: '',
name: '',
projectId: ''
};
}
}
}