ludc
2023-10-13 e65e4b636bf4b4e22a2d44e5940e8ff6bb70cd6b
Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -38,11 +38,11 @@
        },
        {
          click: this.handleItemCClick,
          title: '主题库定义',
          title: 'Part',
          count: 523,
          icon: 'el-icon-setting',
          color: 'rgb(117, 56, 199)',
          uiUrl:'/modeling/classifyTree',
          uiUrl:'/MasterData/items?id=10@@name=Part',
          countUrl:'priceIndexController/countNeedFeedbackPlan'
        },
        {
@@ -72,7 +72,7 @@
      this.$router.push({ path: '/MasterData/items?id=renyuan@@name=人员主数据'} );
    },
    handleItemCClick() {
      this.$router.push({ path: '/modeling/classifyTree'} );
      this.$router.push({ path: '/MasterData/items?id=10@@name=Part'} );
    },
    handleItemDClick() {
      this.$router.push({ path: '/MasterData/items?id=gongyingshang@@name=供应商主数据'} );
@@ -84,7 +84,7 @@
        if (!this.countByServer) {
          // 是前端查询
          getList(record.countUrl, {}).then(res => {
            console.log('res',res)
            // console.log('res',res)
            if (res.data.data.success) {
              record.count = res.data.data.obj;
            } else {