|
@@ -203,7 +203,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import { securityCheckClapList,checkClapAdd } from '@/api/safetyCheck/index'
|
|
import { securityCheckClapList,checkClapAdd } from '@/api/safetyCheck/index'
|
|
- import { getNoAdminSubjectListNopage } from "@/api/laboratory/subject";
|
|
|
|
|
|
+ import { getSubjectDictByViolation } from "@/api/laboratory/violation";
|
|
import { listDepartments } from "@/api/system/dept";
|
|
import { listDepartments } from "@/api/system/dept";
|
|
import listPage from './listPage.vue'
|
|
import listPage from './listPage.vue'
|
|
import infoPage from './infoPage.vue'
|
|
import infoPage from './infoPage.vue'
|
|
@@ -429,7 +429,7 @@
|
|
let obj = {
|
|
let obj = {
|
|
deptId:val,
|
|
deptId:val,
|
|
}
|
|
}
|
|
- getNoAdminSubjectListNopage(obj).then(response => {
|
|
|
|
|
|
+ getSubjectDictByViolation(obj).then(response => {
|
|
this.$set(this,'dialogSubListData',response.data);
|
|
this.$set(this,'dialogSubListData',response.data);
|
|
this.$set(this,'dialogSubList',response.data);
|
|
this.$set(this,'dialogSubList',response.data);
|
|
for(let i=0;i<self.deptSelectList.length;i++){
|
|
for(let i=0;i<self.deptSelectList.length;i++){
|