liuhairui 1 rok pred
rodič
commit
2c6a6379f9

+ 3 - 3
src/view/performance/09-workOrderVerification/index.vue

@@ -892,9 +892,9 @@ const gd_lcdCancel = async () => {
 	};
 	};
 	// 弹窗确定
 	// 弹窗确定
 	const enterDialog = async () => {
 	const enterDialog = async () => {
-		if (type.value === '查改') {
+		if (type.value === '修改工单核验单维护') {
 			updateDetailData()
 			updateDetailData()
-		} else if (type.value === '新增') {
+		} else if (type.value === '新增工单核验单维护') {
 			addDetailData()
 			addDetailData()
 		}
 		}
 	}
 	}
@@ -945,7 +945,7 @@ const gd_lcdCancel = async () => {
 				inputElement.focus();		
 				inputElement.focus();		
 			}
 			}
 		}, 100);
 		}, 100);
-		return;
+		// return;
 		const res = await add(restoredData)
 		const res = await add(restoredData)
 		console.log(res)
 		console.log(res)