|
@@ -740,7 +740,7 @@ export default {
|
|
|
},
|
|
|
//返回按钮
|
|
|
revert() {
|
|
|
- this.$router.push({ path: 'warehouseManagementList' })
|
|
|
+ this.$router.go(-1)
|
|
|
},
|
|
|
carChange(e) {
|
|
|
for (let i = 0; i < this.tranCarInfoList.length; i++) {
|
|
@@ -1281,7 +1281,7 @@ export default {
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
this.$message.success('添加成功')
|
|
|
- this.$router.push({ path: 'warehouseManagementList' })
|
|
|
+ this.$router.go(-1)
|
|
|
})
|
|
|
} else {
|
|
|
EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|
|
@@ -1777,7 +1777,7 @@ export default {
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
this.$message.success('暂存成功')
|
|
|
- this.$router.push({ path: 'warehouseManagementList' })
|
|
|
+ this.$router.go(-1)
|
|
|
})
|
|
|
} else {
|
|
|
EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|