feige
2024-09-23 195beac1c7d16783f67caf8d922fb2c373639cad
修改了打不开详细页面
3个文件已修改
6 ■■■■ 已修改文件
ruoyi-ui/src/router/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/equipmentInfo.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/router/index.js
@@ -338,11 +338,11 @@
  {
    path: '/familymodel/Device',
    component: Layout,
    name: 'ZfDevice',
    // name: 'ZfDevice',
    // permissions: [],
    // hidden: true,
    permissions: ['familymodel:device:info'],
  component: () => import('@/views/device/index'),
  // component: () => import('@/views/device/index'),
    children: [
ruoyi-ui/src/views/device/equipmentInfo.vue
@@ -318,7 +318,6 @@
      this.btn = false;
      this.isShow=false
    }
    let _this = this
    if (id) {
      this.loading = true;
ruoyi-ui/src/views/device/index.vue
@@ -1034,6 +1034,7 @@
    /** 查看详细信息 */
    handleCheck(row){
      const id = row.id;
     // alert(988)
      this.$router.push("/familymodel/Device/equipmentInfo/" + id);
    },
    /** 修改按钮操作 */