From 1a0d57124485fafb0b42a3ec3ecc121e50bb050f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 03 六月 2025 17:00:08 +0800 Subject: [PATCH] 1 --- src/components/jianqianwenzhen/index.vue | 16 +++------------- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/src/components/jianqianwenzhen/index.vue b/src/components/jianqianwenzhen/index.vue index ee44b00..b3c5140 100644 --- a/src/components/jianqianwenzhen/index.vue +++ b/src/components/jianqianwenzhen/index.vue @@ -1032,9 +1032,8 @@ created() { this.getList(); this.getzhenzhuangList(); - console.log(this.form.cusSex, 15555); - console.log("鎺ユ敹", this.jianqianwenzhendata); - // console.log(this.dict.type.sys_yes_no,666666); + // console.log(this.form.cusSex, 15555); + // console.log("鎺ユ敹", this.jianqianwenzhendata); if (this.jianqianwenzhendata.length == 1) { this.jianqianwenzhendata.forEach((item) => { @@ -1354,16 +1353,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