This commit is contained in:
2026-03-10 09:33:29 +08:00
parent a491fd75c3
commit f2b8f2f6de
4 changed files with 8 additions and 7 deletions

View File

@@ -1374,6 +1374,7 @@ const editRef = ref(null);
function editForm() {
editRef.value.validate((valid) => {
if (valid) {
delete billData.value.execStatus
updateBill(billData.value).then((response) => {
proxy.$modal.msgSuccess("操作成功");
openBill.value = false;