|
@@ -735,11 +735,7 @@ var vm = new Vue({
|
|
|
_this.showToast('保存成功')
|
|
|
_this.getPushSetStatus()
|
|
|
setTimeout(function () {
|
|
|
- if (_this.showPushTip) {
|
|
|
- _this.keyInfo.key = ''
|
|
|
- _this.keyInfo.matchWay = 1
|
|
|
- _this.keyInfo.notKey = ''
|
|
|
- } else {
|
|
|
+ if (!_this.showPushTip) {
|
|
|
history.back()
|
|
|
}
|
|
|
}, 1500)
|
|
@@ -752,11 +748,7 @@ var vm = new Vue({
|
|
|
_this.getPushSetStatus()
|
|
|
_this.showToast('保存成功')
|
|
|
setTimeout(function () {
|
|
|
- if (_this.showPushTip) {
|
|
|
- _this.keyInfo.key = ''
|
|
|
- _this.keyInfo.matchWay = 1
|
|
|
- _this.keyInfo.notKey = ''
|
|
|
- } else {
|
|
|
+ if (!_this.showPushTip) {
|
|
|
history.back()
|
|
|
}
|
|
|
}, 1500)
|
|
@@ -1062,6 +1054,10 @@ var vm = new Vue({
|
|
|
_this.loadingSwitch = false
|
|
|
}
|
|
|
})
|
|
|
+ },
|
|
|
+ onCloseDialog: function () {
|
|
|
+ history.back()
|
|
|
+ this.showPushTip = false
|
|
|
}
|
|
|
}
|
|
|
})
|