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