From 5f2d2f1838879d0d1e0e6cbdd72341f0878761eb Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 19 Apr 2023 17:16:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fd/AppPointsReview/detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/fd/AppPointsReview/detail.vue b/src/project/fd/AppPointsReview/detail.vue index 9471a213..41b0d474 100644 --- a/src/project/fd/AppPointsReview/detail.vue +++ b/src/project/fd/AppPointsReview/detail.vue @@ -170,12 +170,12 @@ export default { }, edit() { if(this.isEdit) { - this.submit() + this.editSubmit() }else { this.isEdit = true } }, - submit() { + editSubmit() { if(this.flag) return if (!/^([1-9]\d*|0)(\.\d{1,2})?$/g.test(this.info.applyIntegral)) {