孔祥富
2021-03-23 94304b8061ceb025860d379c592255093e7db349
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) {