feat: init new response state system

This commit is contained in:
liyasthomas
2021-07-13 11:07:29 +05:30
parent ffc891f38e
commit a4032836c3
20 changed files with 620 additions and 387 deletions

View File

@@ -154,11 +154,9 @@ export default {
addRESTParam({ key: "", value: "", active: true })
},
updateParam(index, item) {
console.log(index, item)
updateRESTParam(index, item)
},
deleteParam(index) {
console.log(index)
deleteRESTParam(index)
},
clearContent() {