src/tabviews/zshare/topSearch/index.jsx
@@ -25,6 +25,7 @@ state = { dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, oriId: Utils.getuuid(), // 搜索表单Id formId: '', // 搜索表单Id match: null, // 搜索条件匹配规则 style: null, // 搜索条件类型 @@ -813,7 +814,7 @@ } return ( <Form {...formItemLayout} className={`top-search ${float}`} style={searchStyle} id={this.state.formId}> <Form {...formItemLayout} className={`top-search ${float}`} style={searchStyle} id={this.state.formId || this.state.oriId}> <Row gutter={24}>{this.getFields()}</Row> </Form> )