Ver código fonte

feat(场景联动): 添加用户

xieyonghong 3 anos atrás
pai
commit
9e8c4d84c5

+ 1 - 1
src/pages/rule-engine/Scene/Save/action/VariableItem.tsx

@@ -81,8 +81,8 @@ export default (props: VariableItemProps) => {
             />
           );
         case 'date':
-          // @ts-ignore
           return (
+            // @ts-ignore
             <DatePicker
               style={{ width: '100%' }}
               format={data.format || 'YYYY-MM-DD HH:mm:ss'}