Przeglądaj źródła

显示字典调整

xy 3 tygodni temu
rodzic
commit
1bd59d64eb

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/boilerchecker/BoilerAuditInspectionCommentsNotice.vue

@@ -98,7 +98,7 @@ const getReportType = computed(() => {
 
 // 检验性质  pressure_inspection_nature
 const getPressureInspectionNature = computed(
-  () => dictStore.getDictMap['pressure_inspection_nature']
+  () => dictStore.getDictMap['pressure_inspection_nature_boiler']
 )
 const columns = ref<SmartTableColumn[]>([
   {

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/pipechecker/PipeAuditInspectionCommentsNotice.vue

@@ -98,7 +98,7 @@ const getReportType = computed(() => {
 
 // 检验性质  pressure_inspection_nature
 const getPressureInspectionNature = computed(
-  () => dictStore.getDictMap['pressure_inspection_nature']
+  () => dictStore.getDictMap['pressure_inspection_nature_pipe']
 )
 const columns = ref<SmartTableColumn[]>([
   {