孔祥富
2021-03-23 94304b8061ceb025860d379c592255093e7db349
src/views/dashboard/HtUser.vue
@@ -109,9 +109,11 @@
    }
  },
  mounted() {
    this.getDicts('CONTRACTSTATUS').then(response => {
      this.contractStatusOptions = response.data
    })
    setTimeout(() => {
      this.getDicts('CONTRACTSTATUS').then(response => {
        this.contractStatusOptions = response.data
      })
    }, 1000)
  },
  methods: {
    contractStatusFormat(row, column) {