withdraw-apply.js 241 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 export default function() { return { form: '', data: { seasons: '', productIntro: '', }, ruleValidate: { productName: [{ required: true, message: '商品名不能为空', trigger: 'blur' }], }, }; }