Commit a74eaabeed927eab1a14bf1b6b5c12c705482e26

Authored by zhangzzzz
1 parent 5200b500

优化快速报价盒型选择;

src/components/Common/CommonTable/index.js
... ... @@ -1266,6 +1266,11 @@ class CommonTableRc extends React.Component {
1266 1266 })
1267 1267 }
1268 1268  
  1269 + this.props.onCostomColums?.([
  1270 + ...tableColumn,
  1271 + ...subTableColumn
  1272 + ]);
  1273 +
1269 1274 // 判断工序状态
1270 1275 if (commonUtils.isNotEmptyArr(sPartNameStatus) && commonUtils.isNotEmptyArr(dataSource)) {
1271 1276 this.useVListNew = true;
... ...