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] }); } }