diff --git a/src/views/modules/book/book-add-or-update.vue b/src/views/modules/book/book-add-or-update.vue
index 1c3605f..fe8661f 100644
--- a/src/views/modules/book/book-add-or-update.vue
+++ b/src/views/modules/book/book-add-or-update.vue
@@ -419,10 +419,10 @@
// 表单提交
dataFormSubmit() {
console.log('11111', this.dataForm.medicaldesBookType)
- if (this.dataForm.medicaldesBookType.length == 0) {
- this.$message.error("请选择图书类型");
- return
- }
+ // if (this.dataForm.medicaldesBookType.length == 0) {
+ // this.$message.error("请选择图书类型");
+ // return
+ // }
this.$refs['dataForm'].validate((valid) => {
if (valid) {
this.$http({
diff --git a/src/views/modules/medical/inherit.vue b/src/views/modules/medical/inherit.vue
index 94dc218..28fccca 100644
--- a/src/views/modules/medical/inherit.vue
+++ b/src/views/modules/medical/inherit.vue
@@ -1,420 +1,436 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 新增
-
-
-
-
-
-
-
- {{ scope.row.url }}
-
-
-
-
-
-
-
-
-
-
- {{ filterAA(scope.row.type) }}
-
-
-
-
-
- {{ translateaddr(scope.row.cityId) }}
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
+ }
+
diff --git a/src/views/modules/medical/light.vue b/src/views/modules/medical/light.vue
index 6e2a6f2..30b6d37 100644
--- a/src/views/modules/medical/light.vue
+++ b/src/views/modules/medical/light.vue
@@ -1,361 +1,371 @@
-
-
-
-
-
-
-
-
-
-
- 查询
- 新增
-
-
-
-
-
- {{ filterAA(scope.row.type) }}
-
-
-
-
- {{ scope.row.name }}
- {{ scope.row.name }}
-
-
-
-
-
- {{ scope.row.url }}
- {{ scope.row.url }}
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ scope.row.url }}
+ {{ scope.row.url }}
+
+
+
+
+ {{ scope.row.sort }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/views/modules/medical/publish.vue b/src/views/modules/medical/publish.vue
index 1ad38db..b69802a 100644
--- a/src/views/modules/medical/publish.vue
+++ b/src/views/modules/medical/publish.vue
@@ -176,7 +176,7 @@
data
}) => {
if (data && data.code === 0) {
- this.booknameList = data.page.list
+ this.booknameList = data.page.result
} else {
this.booknameList = []
}
@@ -285,4 +285,4 @@
}
}
}
-
\ No newline at end of file
+