|
@@ -1133,7 +1133,7 @@ export default {
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
this.$message.success('添加成功')
|
|
|
- this.$router.push({ path: 'salesContract' })
|
|
|
+ this.$router.push({ path: 'purchaseContract' })
|
|
|
})
|
|
|
} else {
|
|
|
EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|