diff --git a/src/views/modules/book/book-add-or-update.vue b/src/views/modules/book/book-add-or-update.vue
index fe8661f..ae8c10d 100644
--- a/src/views/modules/book/book-add-or-update.vue
+++ b/src/views/modules/book/book-add-or-update.vue
@@ -375,6 +375,7 @@
this.dataForm.novel = data.book.novel
this.dataForm.clockIn = data.book.clockIn
this.dataForm.teachIn = data.book.teachIn
+ this.dataForm.canListen = data.book.canListen
var checklist = data.book.type
var medicaldeschecklist = data.book.medicaldesBookType
var authorList = data.book.authorId
diff --git a/src/views/modules/medical/light.vue b/src/views/modules/medical/light.vue
index 30b6d37..8d8ee1d 100644
--- a/src/views/modules/medical/light.vue
+++ b/src/views/modules/medical/light.vue
@@ -35,7 +35,7 @@
{{ scope.row.url }}
-
+
{{ scope.row.sort }}
diff --git a/src/views/modules/medical/publish.vue b/src/views/modules/medical/publish.vue
index b69802a..2a802b5 100644
--- a/src/views/modules/medical/publish.vue
+++ b/src/views/modules/medical/publish.vue
@@ -26,6 +26,11 @@
{{ scope.row.book.name }}
+
+
+ {{ scope.row.sort }}
+
+
修改
@@ -176,7 +181,7 @@
data
}) => {
if (data && data.code === 0) {
- this.booknameList = data.page.result
+ this.booknameList = data.result
} else {
this.booknameList = []
}