审核工作流

This commit is contained in:
Teo
2025-08-09 18:02:06 +08:00
parent b6e4f84570
commit 6bbe8a83f7
16 changed files with 264 additions and 204 deletions

View File

@ -304,7 +304,6 @@ const selectTime = async (value: string) => {
/** 上报日期选择器改变事件 */
const submitTime = async (value: string) => {
const data = progressTimeList.value.filter((item) => item.id === value)[0];
console.log(data);
form.value.uavNum = data?.aiFill;
form.value.reportDate = data?.date;
form.value.planNum = data?.planNumber;
@ -342,6 +341,7 @@ const submitForm = () => {
}
proxy?.$modal.msgSuccess('操作成功');
dialog.visible = false;
reset();
await getList();
}
});