Browse Source

完善入库

master
yunuo970428 3 years ago
parent
commit
552b361316
  1. 2
      anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue

2
anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue

@ -826,7 +826,7 @@ export default {
hint = 0
})
} else {
req.submitVehicleApply(this.formobj).then(res => {
req.submitVehicleApply(this.formobj).then((res) => {
if (res.success) {
this.$message({
showClose: true,

2
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue

@ -859,7 +859,7 @@ export default {
hint = 0
})
} else {
req.submitVehicleApply(this.formobj).then(res => {
req.submitVehicleApply(this.formobj).then((res) => {
if (res.success) {
this.$message({
showClose: true,

Loading…
Cancel
Save