Ver código fonte

应用类型可清理

huiqi 4 meses atrás
pai
commit
595632a6d0
1 arquivos alterados com 1 adições e 0 exclusões
  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) => {