From 22b4ff2a9e7eca77b2cdcc393ef552cc627054c4 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期三, 11 十月 2023 15:27:24 +0800
Subject: [PATCH] Merge branch 'dev' into songshankun/adjust-style

---
 src/views/client/followupRecords/mixin/codeMixin.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/client/followupRecords/mixin/codeMixin.js b/src/views/client/followupRecords/mixin/codeMixin.js
index 0594f64..8523a34 100644
--- a/src/views/client/followupRecords/mixin/codeMixin.js
+++ b/src/views/client/followupRecords/mixin/codeMixin.js
@@ -37,7 +37,7 @@
           this.codeRule= (res.data.data&&res.data.data.data) ? res.data.data.data[0]:{}
           let autoRule=AutoRule
           let method=Method?Method:0
-          this.method=method;
+          this.method=method
           let rules=List
           this.editConfig.infomation.ID=ID
           if (method == 0 && res.data.data.data.length > 0) {

--
Gitblit v1.8.0