|
@ -187,7 +187,7 @@ module.exports = { |
|
|
computed: { |
|
|
computed: { |
|
|
isAcceptDisabled() { |
|
|
isAcceptDisabled() { |
|
|
if(this.show) { |
|
|
if(this.show) { |
|
|
switch(this.tweet.mission_id) { |
|
|
|
|
|
|
|
|
switch(parseInt(this.tweet.mission_id)) { |
|
|
case 1: |
|
|
case 1: |
|
|
return this.selectedTransitLine == null && this.selectedNonTrimetLine == ''; |
|
|
return this.selectedTransitLine == null && this.selectedNonTrimetLine == ''; |
|
|
case 2: |
|
|
case 2: |
|
|