| | |
| | | return { |
| | | pages: {}, |
| | | ordernum: "", |
| | | actions: [{ text: '确定', key: '1' }, { text: '取消', key: '2' }], |
| | | actions: [{ text: this.$t('确定'), key: '1' }, { text: this.$t('取消'), key: '2' }], |
| | | showPopover: false, |
| | | }; |
| | | }, |
| | |
| | | if (res.status === 0) { |
| | | this.finished = false; |
| | | Notify({ type: "success", message: res.msg }); |
| | | this.$router.go(-1); |
| | | // this.$router.go(-1); |
| | | this.$router.push({ |
| | | path: "/tradeNew", |
| | | }); |
| | | } else { |
| | | Notify({ type: "danger", message: res.msg }); |
| | | } |
| | |
| | | }); |
| | | if (res.status === 0) { |
| | | Notify({ type: "success", message: res.msg }); |
| | | this.$router.push({ |
| | | path: "/tradeNew", |
| | | }); |
| | | } else { |
| | | Notify({ type: "danger", message: res.msg }); |
| | | } |