Explorar el Código

应用类型可清理

huiqi hace 4 meses
padre
commit
595632a6d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) => {