田源
2023-10-11 11278d5532df0bd7fe0501839c0a3ecc00b89af4
node-gyp依赖版本降低12.x
已修改2个文件
8 ■■■■ 文件已修改
Source/UBCS-WEB/package.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/wel/Statistic.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/package.json
@@ -24,7 +24,7 @@
    "js-pinyin": "^0.2.4",
    "mockjs": "^1.0.1-beta3",
    "moment": "^2.29.4",
    "node-gyp": "^5.0.6",
    "node-gyp": "^4.0.0",
    "nprogress": "^0.2.0",
    "portfinder": "^1.0.23",
    "script-loader": "^0.7.2",
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=供应商主数据'} );