|
@ -123,9 +123,9 @@ export default { |
|
|
return chineseCharsAndPunctuation ? chineseCharsAndPunctuation.join('') : ''; |
|
|
return chineseCharsAndPunctuation ? chineseCharsAndPunctuation.join('') : ''; |
|
|
}, |
|
|
}, |
|
|
handelChangeTags(val, title) { |
|
|
handelChangeTags(val, title) { |
|
|
|
|
|
this.PublicityList = []; |
|
|
if (val !== 0) { |
|
|
if (val !== 0) { |
|
|
this.tagId = this.tagList[val].id; |
|
|
this.tagId = this.tagList[val].id; |
|
|
this.PublicityList = []; |
|
|
|
|
|
} else { |
|
|
} else { |
|
|
this.tagId = ''; |
|
|
this.tagId = ''; |
|
|
} |
|
|
} |
|
|