|
@@ -333,6 +333,10 @@ var subComponent = {
|
|
|
getActionDefault: function() {
|
|
|
let _this = this
|
|
|
let defaultTitle = ''
|
|
|
+ if(!this.initdata.matchway) {
|
|
|
+ $('.match-way-value').text('按标题匹配')
|
|
|
+ this.active = 1
|
|
|
+ }
|
|
|
if(this.initdata.matchway == 1) {
|
|
|
$('.match-way-value').text('按标题匹配')
|
|
|
this.active = 1
|