派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-01-05 e1d9c933e8ad4c63400a1c2cec73f98faeffbdb1
src/components/panel/TopEnterprisePanel.vue
@@ -35,7 +35,7 @@
export default {
  name: 'TopEnterprisePanel',
  components: {},
  data() {
  data () {
    return {
      isPanelVisible: false,
      total: 0,
@@ -79,25 +79,25 @@
        label: '茂名润滑油'
      }],
      form: {
        regionType: '',
        regionType: ''
      }
    }
  },
  methods: {
    handleClose(done) {
    handleClose (done) {
      console.log(done)
    },
    handleClick(tab, event) {
    handleClick (tab, event) {
      console.log(tab, event)
    },
    handleSearch() {
    handleSearch () {
    },
    onSubmit() {
    onSubmit () {
    }
  },
  mounted() {
  mounted () {
    this.handleSearch()
  }
}