|
@@ -38,7 +38,7 @@
|
|
<el-option
|
|
<el-option
|
|
v-for="dict in typeList"
|
|
v-for="dict in typeList"
|
|
:key="dict.typeId"
|
|
:key="dict.typeId"
|
|
- :label="dict.typeName"
|
|
|
|
|
|
+ :label="dict.subType"
|
|
:value="dict.typeId"
|
|
:value="dict.typeId"
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
@@ -48,7 +48,7 @@
|
|
<el-option
|
|
<el-option
|
|
v-for="dict in levelList"
|
|
v-for="dict in levelList"
|
|
:key="dict.levelId"
|
|
:key="dict.levelId"
|
|
- :label="dict.levelName"
|
|
|
|
|
|
+ :label="dict.titleName"
|
|
:value="dict.levelId"
|
|
:value="dict.levelId"
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
@@ -255,7 +255,7 @@
|
|
laboratorySubRelInfoGetHazardSubRelInfo,
|
|
laboratorySubRelInfoGetHazardSubRelInfo,
|
|
laboratorySubRelInfoUpdateBySort,
|
|
laboratorySubRelInfoUpdateBySort,
|
|
laboratorySubRelInfoUpdateByControl,
|
|
laboratorySubRelInfoUpdateByControl,
|
|
- laboratoryBoardExportBoardInfo,
|
|
|
|
|
|
+ laboratoryBoardExportBoardInfo, laboratoryLevelConfigGetLevelTitleList, laboratoryTypeConfigGetList
|
|
} from '@/api/integratedManagement/index'
|
|
} from '@/api/integratedManagement/index'
|
|
import indexRightPage from './indexRightPage/indexRightPage.vue'
|
|
import indexRightPage from './indexRightPage/indexRightPage.vue'
|
|
import addSubject from './addSubject.vue'
|
|
import addSubject from './addSubject.vue'
|
|
@@ -689,13 +689,13 @@
|
|
},
|
|
},
|
|
//查询安全分级
|
|
//查询安全分级
|
|
laboratoryClassLevelGetList() {
|
|
laboratoryClassLevelGetList() {
|
|
- laboratoryClassLevelGetList({}).then(response => {
|
|
|
|
|
|
+ laboratoryLevelConfigGetLevelTitleList({}).then(response => {
|
|
this.$set(this, 'levelList', response.data)
|
|
this.$set(this, 'levelList', response.data)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
//查询安全分类
|
|
//查询安全分类
|
|
laboratoryClassTypeGetList() {
|
|
laboratoryClassTypeGetList() {
|
|
- laboratoryClassTypeGetList({}).then(response => {
|
|
|
|
|
|
+ laboratoryTypeConfigGetList({}).then(response => {
|
|
this.$set(this, 'typeList', response.data)
|
|
this.$set(this, 'typeList', response.data)
|
|
})
|
|
})
|
|
},
|
|
},
|