|
@@ -109,7 +109,6 @@
|
|
import Page from "./../../components/Page";
|
|
import Page from "./../../components/Page";
|
|
import AppConst from "../../util/appConst";
|
|
import AppConst from "../../util/appConst";
|
|
import editorApi from "../../api/editor";
|
|
import editorApi from "../../api/editor";
|
|
-
|
|
|
|
export default {
|
|
export default {
|
|
props: {
|
|
props: {
|
|
testcaseId: "",
|
|
testcaseId: "",
|
|
@@ -178,7 +177,7 @@ export default {
|
|
},
|
|
},
|
|
editingLayer() {
|
|
editingLayer() {
|
|
return this.vxEditor["editorElement"];
|
|
return this.vxEditor["editorElement"];
|
|
- }
|
|
|
|
|
|
+ },
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
operationCommand(command, page, index) {
|
|
operationCommand(command, page, index) {
|
|
@@ -476,7 +475,7 @@ export default {
|
|
this.$store.dispatch("sortElementsByZindex");
|
|
this.$store.dispatch("sortElementsByZindex");
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- components: { Page },
|
|
|
|
|
|
+ components: { Page},
|
|
watch: {
|
|
watch: {
|
|
showTopic: function(val) {
|
|
showTopic: function(val) {
|
|
if (val) {
|
|
if (val) {
|