提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user