|
@@ -44,6 +44,9 @@ export default {
|
|
|
evt.stopPropagation()
|
|
|
evt.stopImmediatePropagation()
|
|
|
evt.preventDefault()
|
|
|
+ if (this.saveKey) {
|
|
|
+ this.searchs.update(this.$route.path, undefined, 'bind')
|
|
|
+ }
|
|
|
this.searchs.update(this.model, undefined, 'form')
|
|
|
console.log( new Searchs().searchs)
|
|
|
if (this.$listeners.submit) {
|