wangting
2024-11-15 ade2341195cc2bee5bc1a14ce1f0488f5c8bbb51
修改action
已修改3个文件
11 ■■■■■ 文件已修改
Source/plt-web/plt-web-ui/src/components/actions/base/ViewAction.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-table.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/custom-ui/product.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/components/actions/base/ViewAction.js
@@ -68,7 +68,10 @@
  store.dispatch("setViewtabparams", params);
  router.push({
    name: "查看详情",
    params:params
    query:{
      name:params.title
    }
    //params:params //加参数后页面刷新时会多一个选项卡
  });
}
Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-table.vue
@@ -226,10 +226,10 @@
    },
    'sourceData':{
      handler(newval) {
        if(newval) {
        if(newval && Object.keys(newval).length>0) {
          this.sourceDataMapParams=this.sourceDataMap();
          this.getParams();
          // this.handleRefresh();
          this.handleRefresh();
        }
      },
      deep: true,
Source/plt-web/plt-web-ui/src/views/custom-ui/product.vue
@@ -69,7 +69,7 @@
        area: 'westAreaInDialog',
        type: 'tree',
        btmType:'workcontext',
        dataStore:row
        dataStore:[row]
      });
    }
  }