dedsudiyu 2 lat temu
rodzic
commit
cc5ab5d38f

+ 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);
       })