Commit af169396 by cocomilk2012

update

parent 021dffe9
Showing with 5 additions and 1 deletions
...@@ -156,7 +156,11 @@ export default class FlexEmployee extends Vue { ...@@ -156,7 +156,11 @@ export default class FlexEmployee extends Vue {
? (this.showList = 1) ? (this.showList = 1)
: (this.showList = 0); : (this.showList = 0);
console.log("taskRecordList=", this.taskRecordList); console.log("taskRecordList=", this.taskRecordList);
if (this.taskRecordList.length >= 3) {
this.expand = false;
} else {
this.expand = true;
}
localStorage.setItem("taskList", JSON.stringify(res.taskList)); localStorage.setItem("taskList", JSON.stringify(res.taskList));
}); });
} }
......
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 sign in to comment