Commit 148c9342 by xiexiaoqin

del: console log

parent 425ce7bc
...@@ -7,14 +7,10 @@ Component({ ...@@ -7,14 +7,10 @@ Component({
isCanEdit: true isCanEdit: true
}, },
didMount() { didMount() {
console.log(this.props);
}, },
didUpdate() { didUpdate() {
if (this.props.taskList.id === 108) {
console.log(this.props);
}
}, },
didUnmount() {}, didUnmount() { },
methods: { methods: {
showPop(e) { showPop(e) {
if (this.props.isCanEdit) { if (this.props.isCanEdit) {
......
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