feige
2024-09-23 195beac1c7d16783f67caf8d922fb2c373639cad
修改了打不开详细页面
3个文件已修改
22 ■■■■ 已修改文件
ruoyi-ui/src/router/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/equipmentInfo.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/index.vue 17 ●●●● 补丁 | 查看 | 原始文档 | 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
@@ -141,18 +141,18 @@
        <template #dropdown>
          <el-dropdown-menu>
            <el-dropdown-item     :disabled="multiple" icon="el-icon-top" style="height: 32px;width:240px;color: #0099ff;" @click.native="handleShare">分享</el-dropdown-item>
                     <el-dropdown-item    icon="el-icon-top" @click.native="whoShare">分享给我的数据</el-dropdown-item>
                 <el-dropdown-item    icon="el-icon-top" @click.native="handleWho">分享给谁了什么数据</el-dropdown-item>
            <el-dropdown-item    icon="el-icon-top" @click.native="showData">展示下载的分享数据</el-dropdown-item>
          </el-dropdown-menu>
        </template>
      </el-dropdown>
          <right-toolbar :parentValue.sync="valueFromParent" :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
    </el-row>
    <!-- 序号、设备名称、时间、购买人、事项内容、存放地点、电子文件、备注 操作-->
    <!-- 这里有个familyList数组 是在data()中定义的 -->
@@ -870,10 +870,10 @@
                              this.userOptions.push({label: element.oldName,value: element.userId})
                         })
          })
          let clanId = this.$store.state.user.clanId
           getAllInfo(clanId).then(response => {
               this.listRoot = response.data;
               const kon = {}
@@ -1034,6 +1034,7 @@
    /** 查看详细信息 */
    handleCheck(row){
      const id = row.id;
     // alert(988)
      this.$router.push("/familymodel/Device/equipmentInfo/" + id);
    },
    /** 修改按钮操作 */