loulijun2021
2024-01-08 41e50bf6f55a2e70ee0850452d2b34f608060a01
src/views/workOrder/workOrderList.vue
@@ -2425,6 +2425,10 @@
    },
    // 派发
    send() {
      if (this.multipleSelection.length === 0) {
        return this.$message.info('请先勾选相对应的工单!')
      }
      this.$confirm('是否确认派发?', '提示', {
        confirmButtonText: '确定',
        cancelButtonText: '取消',