<template>
	<m-pty-N ref="pty" title="dbdpty" type="delete"></m-pty-N>
</template>

<script>
import DbiptyN from "~/page/Statics/Pty-N/Dbipty-N";

export default {
  name: "StaticsDbdptyN",
	components: {
		"m-pty-N": DbiptyN
	},
  data() {
    return {};
  },
  mounted() {
    // this.$refs.pty.rules['ptaList'] = [
    //   { type: 'array', required: true, min: 1, message: '地址信息栏不能为空' }
    // ]
  }
};
</script>

<style>
</style>