From 552b3613166138636afea7a1295f44c971e900ad Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 3 Nov 2022 17:23:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue | 2 +- .../workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,