From 0fc8cae51fcc347fab5c7ab82fbb25d6ff071ff2 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 19 五月 2025 17:39:44 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/components/jianqianwenzhen/index.vue |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/src/components/jianqianwenzhen/index.vue b/src/components/jianqianwenzhen/index.vue
index ee44b00..743c26d 100644
--- a/src/components/jianqianwenzhen/index.vue
+++ b/src/components/jianqianwenzhen/index.vue
@@ -1354,16 +1354,7 @@
       this.chageall = [];
       this.chageall = selection;
     },
-    /** 鎻愪氦鎸夐挳 */
-    /* submitForm() {
-      // this.form.tjAskHistorysList.forEach(element=>{
-      //   element.icdId = this.icdId;
-      // })
-      updateHistory(this.form).then((response) => {
-        this.$modal.msgSuccess("淇敼鎴愬姛");
-        this.form = response.data;
-      });
-    }, */
+
     submitForm() {
       console.log("鎻愪氦鍓� form:", JSON.parse(JSON.stringify(this.form)));
       this.$refs.form.validate((valid) => {

--
Gitblit v1.8.0