|
@@ -416,6 +416,7 @@ const QuestionAnswerInfo: React.FC = () => {
|
|
|
style={{ width: '300px', height: '48px' }}
|
|
style={{ width: '300px', height: '48px' }}
|
|
|
placeholder='请选应用类型'
|
|
placeholder='请选应用类型'
|
|
|
onChange={handleAppChange}
|
|
onChange={handleAppChange}
|
|
|
|
|
+ allowClear={true}
|
|
|
>
|
|
>
|
|
|
{
|
|
{
|
|
|
appTypeList.map((item, index) => {
|
|
appTypeList.map((item, index) => {
|