@@ -183,9 +183,10 @@
this.$http.post(`/sale/inquiry/items/${this.$route.query.id}/reply?token=${this.token}`, this.listInfo).then(res => {
this._iniFo('报价成功')
// this.getInitInfo()
- setInterval(function () {
- // this.$router.push(`/mobile/center/vendor/seek_btob_details?id=${this.$route.query.id}&active=done`)
- this.$router.go(-1)
+ let _this = this
+ setTimeout(function () {
+ // _this.$router.push(`/mobile/center/vendor/seek_btob_details?id=${this.$route.query.id}&active=done`)
+ _this.$router.go(-1)
}, 500)
})
},