From 009a117ddee0ec3e720f7535c210ef9a4a9f4c94 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期一, 24 三月 2025 17:51:58 +0800 Subject: [PATCH] 总检审核 --- src/components/jianqianwenzhen/index.vue | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/components/jianqianwenzhen/index.vue b/src/components/jianqianwenzhen/index.vue index c82e398..608eb8a 100644 --- a/src/components/jianqianwenzhen/index.vue +++ b/src/components/jianqianwenzhen/index.vue @@ -65,6 +65,7 @@ </el-form-item> <el-form-item label="鎺ヨЕ姣掔墿" prop="contactPoison"> <el-input + @focus="change" type="textarea" rows="4" v-model="form.contactPoison" @@ -74,6 +75,7 @@ </el-form-item> <el-form-item label="鏃㈠線鐥呭彶" prop="medicalHistory"> <el-input + @focus="change" type="textarea" rows="4" v-model="form.medicalHistory" @@ -884,6 +886,8 @@ this.loading = false; } }, + + methods: { /** 鏌ヨ鐤剧梾瀛楀吀鍒楄〃 */ getList() { @@ -992,6 +996,11 @@ } }, + + change(){ + console.log(111) + }, + delememberss() { let that = this; if (that.form.workLogs.length == that.chageall.length) { -- Gitblit v1.8.0