|
@@ -918,10 +918,10 @@
|
|
|
},
|
|
|
|
|
|
handleShowTaskListOrNot() {
|
|
|
- // console.log(storageGet('user')['userVO']['id'])
|
|
|
- if (storageGet('user')['userVO']['id'] === this.project.userId) {
|
|
|
- this.showTaskList = false
|
|
|
- }
|
|
|
+ // console.log(storageGet('user')['userVO']['id'])
|
|
|
+ // if (storageGet('user')['userVO']['id'] === this.project.userId) {
|
|
|
+ // this.showTaskList = false
|
|
|
+ // }
|
|
|
},
|
|
|
|
|
|
locationChange(provinceId, cityId) {
|