<template> <m-atp ref="atp" title="dbaatp" type="add"></m-atp> </template> <script> import Dbiatp from "~/views/Statics/Dbiatp"; export default { name: "StaticsDbaatp", components: { "m-atp": Dbiatp }, data() { return {}; }, mounted() { this.$refs.fec.rules['fecList'] = [ { type: 'array', required: true, min: 1, message: '地址信息栏不能为空' } ] } }; </script> <style> </style>