🐛 Fixed #896
This commit is contained in:
@@ -1574,6 +1574,9 @@ export default {
|
|||||||
// this.$store.commit('setState', { 'value': ["POST", "PUT", "PATCH"].includes(this.method) ? 'application/json' : '', 'attribute': 'contentType' })
|
// this.$store.commit('setState', { 'value': ["POST", "PUT", "PATCH"].includes(this.method) ? 'application/json' : '', 'attribute': 'contentType' })
|
||||||
this.contentType = ["POST", "PUT", "PATCH"].includes(this.method) ? "application/json" : ""
|
this.contentType = ["POST", "PUT", "PATCH"].includes(this.method) ? "application/json" : ""
|
||||||
},
|
},
|
||||||
|
preRequestScript: function (val, oldVal) {
|
||||||
|
this.uri = this.uri
|
||||||
|
},
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user