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