|
|
@@ -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)
|
|
|
|