ll
liukangdong
2024-12-27 7df781c76f651d21cac02bcdae7f7b3f9e41e275
h5/pages/staff/task/index.vue
@@ -249,6 +249,7 @@
        { name: '用车申请', id: 2 },
        { name: '隐患随手拍', id: 3 },
        { name: '物流车申请', id: 4 },
        { name: '考勤代办', id: 7 },
      ],
      startDate: dayjs().format('YYYY-MM-DD'),
    }
@@ -276,7 +277,6 @@
    this.pagination.page = 0
    this.dataList = []
    this.getHeadList()
    this.getList()
  },
  methods: {
    statusClick(val) {
@@ -339,6 +339,7 @@
        isDetail: '1'
      }).then(res => {
        this.headData = res.data
            this.getList()
      })
    },
    handleReady() {