From ee96c52b3162f615b6e7621a4dc017b0a0f77289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Wed, 26 Mar 2025 15:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=91=BC=E8=AE=B0=E5=BD=95=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=9D=A1=E4=BB=B6=E6=89=B9=E6=AC=A1=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/patientInfoImport/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/manage/patientInfoImport/index.vue b/src/views/manage/patientInfoImport/index.vue index 0a7b560..39c73c4 100644 --- a/src/views/manage/patientInfoImport/index.vue +++ b/src/views/manage/patientInfoImport/index.vue @@ -93,8 +93,8 @@ :indexFromWrap="queryParams.pageNum" @updateCPage="updateCPage"> - - + + @@ -212,7 +212,7 @@ export default { optionslisttime: [], // 表单校验 rules: { - routeName: [ + manageRouteName: [ { required: true, message: '请输入任务名称', trigger: 'change' } ], }