Explorar el Código

项目信息路由缓存

Zimo hace 6 días
padre
commit
348ecc7e0f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/pms/iotprojectinfo/index.vue

+ 2 - 1
src/views/pms/iotprojectinfo/index.vue

@@ -396,7 +396,8 @@ import dayjs from 'dayjs'; // 引入 dayjs 用于时间格式化
 import { ref, reactive, onMounted, computed, nextTick, watch } from 'vue'
 
 /** 项目信息 列表 */
-defineOptions({ name: 'IotProjectInfo' })
+// eslint-disable-next-line vue/component-definition-name-casing
+defineOptions({ name: 'iotProjectInfo' })
 
 const message = useMessage() // 消息弹窗
 const { t } = useI18n() // 国际化