Compare commits

..

No commits in common. "71df49a003a6e692a69d0a735d0e34be30776cbf" and "86fb04f52e7b1162cd97ccd31f4a47bed7ff7748" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -164,9 +164,6 @@ class TableBaseComponent extends ComponentBase {
extendParam['Start'] = 0;
extendParam['IsAllLoad'] = !!customParams.IsAllLoad;
const tempParamJson = this.getLoadParam({ tableCode });
if (this.props.data && this.props.data.ORG_ID_HV && this.props.data.ORG_ID_HV.length > 0) {
tempParamJson.Parameter22 = this.props.data.ORG_ID_HV
}
if (param && extendParam) {
this.setSearchParam({
tableCode,

View File

@ -90,9 +90,6 @@ class TableModal extends React.Component {
customJson[this.props.customParams] = this.props.id;
//console.log(params);
//const isEdit=tmpData.data?!tmpData.data.isBatchEdit:true;
if (this.props.data && this.props.data.ORG_ID) {
params.ORG_ID_HV = this.props.data.ORG_ID
}
return (
<div style={{ display: 'inline-block' }}>
<span onClick={this.showModal}>{this.props.children}</span>