Commit 64ab6727 authored by jingnan's avatar jingnan 👀

退库入库修改

parent 6f9476e5
......@@ -102,6 +102,15 @@ export default {
}
}
},
'form.billType': {
immediate: true,
deep: true,
handler(val) {
if (val && !this.basicData.id) {
this.tableData = []
}
}
},
basicData: {
immediate: true,
deep: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment