Commit 78f590be9cd2d52ef4b91f4e259494855caf1ed1
1 parent
260ab20e
印刷参数、颜色、单双面可填多次;
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/CommonBase.js
| ... | ... | @@ -451,7 +451,7 @@ export default (ChildComponent) => { |
| 451 | 451 | } |
| 452 | 452 | const url = `${commonConfig.server_host}business/getSelectLimit/${showConfig.sId}?sModelsId=${this.state.sModelsId}&sName=${formSrcRoute}`; |
| 453 | 453 | /* 参数 */ |
| 454 | - const nameNew = name.includes('slaveUp') ? 'slave' : name; | |
| 454 | + const nameNew = (name.includes('slaveUp') || name.includes('slaveDown')) ? 'slave' : name; | |
| 455 | 455 | const conditonValues = this.getSqlCondition(showConfig, nameNew, record); |
| 456 | 456 | |
| 457 | 457 | const body = { | ... | ... |