Browse Source

Merge branch 'permission_20250617' into dev/permission

* permission_20250617:
  应用类型可清理
Ryuiso 4 months ago
parent
commit
c86aab2ad0
1 changed files with 1 additions and 0 deletions
  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) => {