insurance-query.js 337 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 import api from '@/api/api' import { httpGet, httpPost } from '@/api/fetch-api.js' export default { data() { return { insuranceForm: { f1 : true, f2 : true, f3 : true, f4 : true, f5 : true, } } }, }