Parcourir la source

应用类型可清理

huiqi il y a 4 mois
Parent
commit
595632a6d0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/pages/takai/questionAnswer/info/index.tsx

+ 1 - 0
src/pages/takai/questionAnswer/info/index.tsx

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