liuhairui hai 1 ano
pai
achega
2c6a6379f9
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/view/performance/09-workOrderVerification/index.vue

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

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