guoyujia hai 10 meses
pai
achega
5736b47503

+ 2 - 2
pages/outsourcedInspection/consultation.vue

@@ -144,12 +144,12 @@
 	}
 	//选中咨询部门数据
 	function checkboxChange(value) {
-	lot.value.departments = value.detail.value; // 添加选中项
+	lot.value.departments = value.detail.value;
 	}
 	
 
 	const handleSubmit = () => {
-		if (lot.value.department ===null) {
+		if (lot.value.departments ==null || (lot.value.departments !=null &&lot.value.departments.length ==0 )) {
 			uni.showToast({
 				icon: 'none',
 				title: '请选择咨询部门'

+ 1 - 1
pages/processInspection/consultation.vue

@@ -146,7 +146,7 @@
 	}
 
 	const handleSubmit = () => {
-		if (lot.value.department ===null) {
+		if (lot.value.departments ==null || (lot.value.departments !=null &&lot.value.departments.length ==0 )) {
 			uni.showToast({
 				icon: 'none',
 				title: '请选择咨询部门'

+ 2 - 2
pages/sorting/consultation.vue

@@ -125,7 +125,7 @@
 		const {
 			tempFilePaths,
 			tempFiles
-		} = e	
+		} = e
 		tempFiles.forEach((item,index)=>{
 			upLoadImageHandler({ filePath: tempFilePaths[index],name:item.name})
 		})
@@ -144,7 +144,7 @@
 		console.log(selected.value)
 		console.log(selectedPhotos.value)
 		console.log(photoList.value)
-		if (data.value.department ===null) {
+		if (data.value.departments ==null || (data.value.departments !=null &&data.value.departments.length ==0 ) ) {
 			uni.showToast({
 				icon: 'none',
 				title: '请选择咨询部门'