This commit is contained in:
2019-03-07 18:34:13 +00:00
parent 399143cc70
commit c4611a2500
5 changed files with 7 additions and 12 deletions

View File

@@ -43,7 +43,8 @@ export default {
.fetch(["Inventory"])
.then(() => (this.formReady = true))
.catch(err => {
throw err;
this.formReady = true;
this.$gzerror(err);
});
},
components: {

View File

@@ -8,7 +8,7 @@
</template>
<script>
/* eslint-disable */
/* Xeslint-disable */
export default {
created() {
var outText = "";
@@ -22,7 +22,6 @@ export default {
.catch(err => {
this.formReady = true;
this.$gzerror(err);
//throw err;
});
},
data() {