dedsudiyu 2 년 전
부모
커밋
32a377b076

+ 1 - 1
src/views/gasManage3_0/manage/qualificationApply/qualificationApplyAdd.vue

@@ -277,7 +277,7 @@ export default {
     },
     //懒加载实验室
     userSelectList(e){
-      subjectList({name:e,deptId:this.form.deptId}).then(response => {
+      subjectList({name:e}).then(response => {
         this.laboratoryOptions = response.data;
       });
     },

+ 1 - 1
src/views/gasManage3_0/manage/useGas/useGasAdd.vue

@@ -246,7 +246,7 @@ export default {
     },
     //懒加载实验室
     userSelectList(e){
-      subjectList({name:e,deptId:this.form.deptId}).then(response => {
+      subjectList({name:e}).then(response => {
         this.laboratoryOptions = response.data;
       });
     },

+ 1 - 1
src/views/gasManage3_0/student/qualificationApply/qualificationApplyAdd.vue

@@ -278,7 +278,7 @@ export default {
     },
     //懒加载实验室
     userSelectList(e){
-      subjectList({name:e,deptId:this.form.deptId}).then(response => {
+      subjectList({name:e}).then(response => {
         this.laboratoryOptions = response.data;
       });
     },

+ 1 - 1
src/views/gasManage3_0/student/useGas/useGasAdd.vue

@@ -243,7 +243,7 @@ export default {
     },
     //懒加载实验室
     userSelectList(e){
-      subjectList({name:e,deptId:this.form.deptId}).then(response => {
+      subjectList({name:e}).then(response => {
         this.laboratoryOptions = response.data;
       });
     },