index.js 253 B

123456789101112
  1. export const tipList = ['例如:品牌', '例如:尺寸', '例如:功率', '例如:重量']
  2. export const resetFormData = () => ({
  3. productTypeId: '',
  4. authUserId: '',
  5. infoId: '',
  6. name: '',
  7. image: '',
  8. createBy: '',
  9. paramList: []
  10. })