|
@@ -208,7 +208,7 @@ class Inspect extends React.Component {
|
|
|
|
|
|
}
|
|
|
render() {
|
|
|
- const {handleSomeAction,setHighter, fetchPushInfos,getInfomation, hospitalMsg, inspectVal, windowHeight, handleCloseExcel, handleChangeValue, labelListActive, list, handleSign, labelList, handleLabelSub, handleClear, handleConfirm, fillActive, changeActivePart, getExcelDataList, delPartItem, inspectList } = this.props;
|
|
|
+ const {setHighter, fetchPushInfos,getInfomation, hospitalMsg, inspectVal, windowHeight, handleCloseExcel, handleChangeValue, labelListActive, list, handleSign, labelList, handleLabelSub, handleClear, handleConfirm, fillActive, changeActivePart, getExcelDataList, delPartItem, inspectList } = this.props;
|
|
|
const { ieVersion, isIE, hide,importLis } = this.state;
|
|
|
const { checkSystemIpt, onClose,handleBindFileApi,closeInIcss,showSlideImport } = this;
|
|
|
if(JSON.stringify(hospitalMsg) != {} && document.getElementById("choose")){//动态绑定只绑定一次
|
|
@@ -267,7 +267,6 @@ class Inspect extends React.Component {
|
|
|
<AddInspect
|
|
|
handleSign={handleSign}
|
|
|
setHighter={setHighter}
|
|
|
- handleSomeAction={handleSomeAction}
|
|
|
refreshScroller={this.refreshScroller}
|
|
|
handleChangeValue={handleChangeValue}
|
|
|
list={list}
|