This commit is contained in:
2020-07-02 13:54:40 +00:00
parent 0db990aa89
commit e2efe31d9f
4 changed files with 17 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
export default {
version: "8.0.0-alpha.6",
version: "8.0.0-alpha.7",
copyright:
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
};

View File

@@ -286,7 +286,6 @@ export default {
beforeDestroy() {
window.$gz.eventBus.$off("menu-click", clickHandler);
},
components: {},
data() {
return {
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY,
@@ -360,15 +359,14 @@ export default {
deep: true
}
},
computed: {
methods: {
canSave: function() {
return this.formState.valid && this.formState.dirty;
},
canDuplicate: function() {
return this.formState.valid && !this.formState.dirty;
}
},
methods: {
},
ayaTypes: function() {
return window.$gz.type;
},

View File

@@ -314,8 +314,7 @@ export default {
},
beforeDestroy() {
window.$gz.eventBus.$off("menu-click", clickHandler);
},
components: {},
},
data() {
return {
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY,
@@ -389,7 +388,6 @@ export default {
deep: true
}
},
computed: {},
methods: {
canSave: function() {
return this.formState.valid && this.formState.dirty;