dedsudiyu 2 年之前
父節點
當前提交
cc5ab5d38f
共有 1 個文件被更改,包括 4 次插入1 次删除
  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);
       })