mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 08:21:37 +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) {
|
addSteps(steps) {
|
||||||
this.steps.push(...steps);
|
this.steps.push(...steps);
|
||||||
|
this.refreshProtocolStatus();
|
||||||
},
|
},
|
||||||
refreshProtocolStatus() {
|
refreshProtocolStatus() {
|
||||||
if (this.inRepository) return;
|
if (this.inRepository) return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue