dedsudiyu 2 years ago
parent
commit
cc5ab5d38f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/comprehensive/laboratoryManagement/subject/indexOne.vue

+ 4 - 1
src/views/comprehensive/laboratoryManagement/subject/indexOne.vue

@@ -736,7 +736,10 @@ export default {
       }
     },
     getDetalis(id){
-      getDetalis(id).then(response => {
+      let obj = {
+        subjectId:id
+      }
+      getDetalis(obj).then(response => {
         this.$set(this.checkedSubject,'doorList',response.rows);
         console.log('res',response);
       })