Commit 1560935a by 李君

1

1 parent ee340c25
...@@ -543,7 +543,6 @@ export default { ...@@ -543,7 +543,6 @@ export default {
console.log(data) console.log(data)
} }
const expandChange = function(data){ const expandChange = function(data){
console.log(data)
dataList.value.forEach(item=>{ dataList.value.forEach(item=>{
if (data.person_unid == item.person_unid) { if (data.person_unid == item.person_unid) {
item.expand = !item.expand item.expand = !item.expand
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!