From 9bc27231d681cbc1bae6d8f199521d332c9c23f7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 19 八月 2024 11:14:23 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue index 3331263..52ac782 100644 --- a/src/views/patient/patient/index.vue +++ b/src/views/patient/patient/index.vue @@ -799,7 +799,7 @@ import "@riophae/vue-treeselect/dist/vue-treeselect.css"; export default { - name: "Userhuanze", + name: "Patient", dicts: ["sys_normal_disable", "task_status", "sys_user_sex"], components: { Treeselect }, data() { @@ -1111,6 +1111,8 @@ }, //淇敼/鏂板鎮h�� submitForm() { + if (condition) { + } if (this.amendtag) { this.form.isoperation = 2; alterpatient(this.form) -- Gitblit v1.9.3