yz
2021-03-19 bda4243d007a9791bf1df0e14d2053cf92a9eb94
src/views/dashboard/sbUser.vue
@@ -112,15 +112,17 @@
    }
  },
  mounted() {
    this.getDicts('insuranceGaers').then(response => {
      this.insuranceGaersOptions = response.data
    })
    this.getDicts('applayStatus').then(response => {
      this.applayStatusOptions = response.data
    })
    this.getDicts('reportStatus').then(response => {
      this.reportStatusOptions = response.data
    })
    setTimeout(() => {
      this.getDicts('insuranceGaers').then(response => {
        this.insuranceGaersOptions = response.data
      })
      this.getDicts('applayStatus').then(response => {
        this.applayStatusOptions = response.data
      })
      this.getDicts('reportStatus').then(response => {
        this.reportStatusOptions = response.data
      })
    }, 1000)
  },
  methods: {
    insuranceGaersFormat(row, column) {