|
|
@@ -1038,12 +1038,14 @@
|
|
|
} else {
|
|
|
this.$message.success('保存成功!');
|
|
|
}
|
|
|
- this.$router.push('/warehouseManagement/outgoingManagement');
|
|
|
+ // this.$router.push('/warehouseManagement/outgoingManagement');
|
|
|
+ this.$router.go(-1);
|
|
|
}
|
|
|
this.saveLoading = false;
|
|
|
} catch (error) {
|
|
|
this.saveLoading = false;
|
|
|
- this.$router.push('/warehouseManagement/outgoingManagement');
|
|
|
+ // this.$router.push('/warehouseManagement/outgoingManagement');
|
|
|
+ this.$router.go(-1);
|
|
|
this.$message.error('保存失败!');
|
|
|
}
|
|
|
} else {
|