Эх сурвалжийг харах

reactor:318 市州通用-【补充工单】功能

zhangchong 1 сар өмнө
parent
commit
92f1ceef9f

+ 2 - 2
src/views/system/workforce/components/Select-number.vue

@@ -56,12 +56,12 @@ const openDialog = async (row: any) => {
 	try {
 		const numberRes = await getWorkforceClassList({ PageSize: 999999, PageIndex: 1 });
 		numberOptions.value = numberRes.result?.items ?? [];
-		if (schedulingId.value !== 'null') {
+/*		if (schedulingId.value !== 'null') {
 			numberOptions.value.push({
 				name: '空',
 				id: '空',
 			});
-		}
+		}*/
 		dialogTitle.value = `选择 【${row.row?.SchedulingUserName} ${row.column?.property}】排班`;
 		if (schedulingId.value) {
 			const schedulingRes = await getSchedulingDetail(schedulingId.value);