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