gaoluyang
2024-07-24 256ca05f1e4b5937e51cef436504bccf4240c151
检测中心-班次时间配置功能
已修改1个文件
2 ■■■ 文件已修改
src/components/view/b3-classes.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b3-classes.vue
@@ -619,7 +619,7 @@
    },
    getTimeList () {
      this.configTimeVisibleLoading = true
      this.$axios.get(this.$api.performanceShift.getList).then(res => {
      this.$axios.post(this.$api.performanceShift.getList).then(res => {
        if (res.code === 200) {
          this.timeQuery = res.data
          this.timeQuery.forEach(item => {