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") }}