fix : 修复项目详情前置流程更改回显

This commit is contained in:
2024-06-29 21:43:57 +08:00
parent bd6fef9f7e
commit a446dfcaa6
5 changed files with 12 additions and 5 deletions

View File

@@ -310,7 +310,6 @@ const search = (val) => {
}
const init = async () => {
const {code, msg, data} = await searchUpdateLedgerData(route.query.id)
console.log("🚀 ~ init ~ data:", data)
if (data) {
tableData.value = data
baseForm.value.setValues(data)