code4eat пре 3 година
родитељ
комит
2041d24363

+ 1 - 2
src/pages/GradeHospitalAccreditation/articleManagement/components/articleDetailModule/drawer/index.tsx

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2022-03-07 11:05:19
- * @LastEditTime: 2022-03-10 11:23:42
+ * @LastEditTime: 2022-03-14 09:55:53
  * @LastEditors: Please set LastEditors
  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @FilePath: /MedicalWisdomCheckSys/src/pages/GradeHospitalAccreditation/articleManagement/drawer/set.tsx
@@ -97,7 +97,6 @@ const SetDrawer = () => {
                                         labelInValue: true,
                                         onChange: (item, option) => {
                                             //责任单位修改时清空责任人
-                                            console.log
                                             drawerFormRef.current?.setFieldsValue({ ...articleManagement.articleSettingFormInit, responsibilityUser: { label: '', value: '' } });
                                             getDepartmentUsers(item.value, option)
                                         }