diff --git a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue index 02506b0fa5..56466504ce 100644 --- a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue +++ b/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, diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue index 770ba95124..78a361f4e8 100644 --- a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue +++ b/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,