mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Refresh protocol status when importing steps [SCI-11888]
This commit is contained in:
parent
11bf5cebc7
commit
94b8a36fd4
1 changed files with 1 additions and 0 deletions
|
|
@ -384,6 +384,7 @@ export default {
|
|||
},
|
||||
addSteps(steps) {
|
||||
this.steps.push(...steps);
|
||||
this.refreshProtocolStatus();
|
||||
},
|
||||
refreshProtocolStatus() {
|
||||
if (this.inRepository) return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue