|
@@ -301,6 +301,11 @@ export default {
|
|
this.context = JSON.parse(content);
|
|
this.context = JSON.parse(content);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ if (category === 'NEW') {
|
|
|
|
+ this.context = JSON.parse(content);
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|
|
if (this.isFinished && !this.isCurMaterial) {
|
|
if (this.isFinished && !this.isCurMaterial) {
|