yz
2021-03-19 bda4243d007a9791bf1df0e14d2053cf92a9eb94
添加首页延时加载
10个文件已修改
20 ■■■■■ 已修改文件
src/views/dashboard/HtUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/ctUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/gsUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/lzUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/qjUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/sbUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/tgUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/tjUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/ygUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/ywUser.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/HtUser.vue
@@ -109,9 +109,11 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('CONTRACTSTATUS').then(response => {
      this.contractStatusOptions = response.data
    })
    }, 1000)
  },
  methods: {
    contractStatusFormat(row, column) {
src/views/dashboard/ctUser.vue
@@ -129,6 +129,7 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('EDUCATION').then(response => {
      this.educationOptions = response.data
    })
@@ -144,6 +145,7 @@
    this.getDicts('NATION').then(response => {
      this.nationOptions = response.data
    })
    }, 1000)
  },
  methods: {
    educationFormat(row, column) {
src/views/dashboard/gsUser.vue
@@ -119,12 +119,14 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('hospitalizatioFlag').then(response => {
      this.hospitalizatioFlagOptions = response.data
    })
    this.getDicts('settleStatus').then(response => {
      this.settleStatusOptions = response.data
    })
    }, 1000)
  },
  methods: {
    hospitalizatioFlagFormat(row, column) {
src/views/dashboard/lzUser.vue
@@ -112,12 +112,14 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('ZCTYPE').then(response => {
      this.arbitrationTypeOptions = response.data
    })
    this.getDicts('archivesStatus').then(response => {
      this.archivesStatusOptions = response.data
    })
    }, 1000)
  },
  methods: {
    arbitrationTypeFormat(row, column) {
src/views/dashboard/qjUser.vue
@@ -111,9 +111,11 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('LEAVETYPE').then(response => {
      this.leaveTypeOptions = response.data
    })
    }, 1000)
  },
  methods: {
    leaveTypeFormat(row, column) {
src/views/dashboard/sbUser.vue
@@ -112,6 +112,7 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('insuranceGaers').then(response => {
      this.insuranceGaersOptions = response.data
    })
@@ -121,6 +122,7 @@
    this.getDicts('reportStatus').then(response => {
      this.reportStatusOptions = response.data
    })
    }, 1000)
  },
  methods: {
    insuranceGaersFormat(row, column) {
src/views/dashboard/tgUser.vue
@@ -110,9 +110,11 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('changeType').then(response => {
      this.changeTypeOptions = response.data
    })
    }, 1000)
  },
  methods: {
    changeTypeFormat(row, column) {
src/views/dashboard/tjUser.vue
@@ -113,12 +113,14 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('PHYSICALEXAMTYPE').then(response => {
      this.physicalExamTypeOptions = response.data
    })
    this.getDicts('ECG').then(response => {
      this.ecgOptions = response.data
    })
    }, 1000)
  },
  methods: {
    typeFormat(row, column) {
src/views/dashboard/ygUser.vue
@@ -126,6 +126,7 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('EDUCATION').then(response => {
      this.educationOptions = response.data
    })
@@ -141,6 +142,7 @@
    this.getDicts('NATION').then(response => {
      this.nationOptions = response.data
    })
    }, 1000)
  },
  methods: {
    educationFormat(row, column) {
src/views/dashboard/ywUser.vue
@@ -119,12 +119,14 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('hospitalizatioFlag').then(response => {
      this.hospitalizatioFlagOptions = response.data
    })
    this.getDicts('settleStatus').then(response => {
      this.settleStatusOptions = response.data
    })
    }, 1000)
  },
  methods: {
    hospitalizatioFlagFormat(row, column) {