sparkles: ✨ 处理人工盘点交互
This commit is contained in:
parent
c8b45e7477
commit
246ae7ae2f
@ -127,8 +127,17 @@
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
// 监测applyId变化,重新获取数据
|
||||
fetchData()
|
||||
window.console.log(11111)
|
||||
watch(
|
||||
() => props.applyId,
|
||||
(newVal, oldVal) => {
|
||||
if (newVal !== oldVal) {
|
||||
fetchData()
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
interface FormData {
|
||||
applicant: string // 申请人
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user