From 17da9c23b074e06b6a71a54436ede17c56b21979 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 8 Apr 2024 13:49:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E7=9B=B8=E5=85=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/dicomAE/index.vue | 13 ++++++++-----
.../hirVisit/components/edit-study-list.vue | 13 +++++++------
src/views/trials/trials-panel/hirVisit/index.vue | 1 +
.../trials/trials-panel/study/components/list.vue | 2 ++
4 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/src/views/system/dicomAE/index.vue b/src/views/system/dicomAE/index.vue
index 6602a77..f68cecc 100644
--- a/src/views/system/dicomAE/index.vue
+++ b/src/views/system/dicomAE/index.vue
@@ -23,7 +23,11 @@
>搜索
重置
- 新增
@@ -81,19 +85,18 @@
编辑
删除
- 测试
diff --git a/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue b/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue
index 5a8dd94..ef59dd6 100644
--- a/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue
+++ b/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue
@@ -35,11 +35,11 @@
height="30vh"
>
-
+
@@ -94,8 +94,8 @@
{{ $t("trials:hirVisit:titleMessage:optionalStudy") }}
-
-
+
+
@@ -142,11 +142,11 @@
@selection-change="handleSelectChange"
>
-
+
@@ -312,6 +312,7 @@ export default {
message = "common:message:removedSuccessfully";
}
this.$message.success(this.$t(message));
+ this.$emit("getList");
}
} catch (err) {
console.log(err);
diff --git a/src/views/trials/trials-panel/hirVisit/index.vue b/src/views/trials/trials-panel/hirVisit/index.vue
index 880324e..729f26b 100644
--- a/src/views/trials/trials-panel/hirVisit/index.vue
+++ b/src/views/trials/trials-panel/hirVisit/index.vue
@@ -271,6 +271,7 @@
:visible.sync="editStudyVisible"
:data="editStudyData"
v-if="editStudyVisible"
+ @getList="getList"
/>
diff --git a/src/views/trials/trials-panel/study/components/list.vue b/src/views/trials/trials-panel/study/components/list.vue
index e50b654..0d11c35 100644
--- a/src/views/trials/trials-panel/study/components/list.vue
+++ b/src/views/trials/trials-panel/study/components/list.vue
@@ -205,6 +205,7 @@
{{ $t("trials:studyList:button:view") }}
@@ -213,6 +214,7 @@
type="text"
@click="editVisitFn(scope.row)"
v-if="activeName === 'notSubmit'"
+ v-hasPermi="['trials:trials-panel:study:editVisit']"
>{{ $t("trials:study:button:editVisit") }}