修改禅道已知bug
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
</a-select>
|
</a-select>
|
||||||
<a-input
|
<a-input
|
||||||
:maxLength="100"
|
:maxLength="100"
|
||||||
|
@keyup.enter.native="onSearch(selectValueTwo)"
|
||||||
v-model="selectValueTwo"
|
v-model="selectValueTwo"
|
||||||
style="width: calc(100% - 128px)"
|
style="width: calc(100% - 128px)"
|
||||||
:placeholder="$t('pleaseEnter')+$t('searchContent')"
|
:placeholder="$t('pleaseEnter')+$t('searchContent')"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
<a-input
|
<a-input
|
||||||
v-model="selectValueTwo"
|
v-model="selectValueTwo"
|
||||||
:maxLength="100"
|
:maxLength="100"
|
||||||
|
@keyup.enter.native="wholeOnSearch(selectValueTwo)"
|
||||||
v-else-if="active === $t('whole')"
|
v-else-if="active === $t('whole')"
|
||||||
class="inputSearch"
|
class="inputSearch"
|
||||||
:placeholder="$t('pleaseEnter')+$t('searchContent')"
|
:placeholder="$t('pleaseEnter')+$t('searchContent')"
|
||||||
@@ -32,6 +34,7 @@
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button class="textSearch"
|
<a-button class="textSearch"
|
||||||
v-if="active === $t('whole')"
|
v-if="active === $t('whole')"
|
||||||
|
@keyup.enter.native="wholeOnSearch(selectValueTwo)"
|
||||||
@click="wholeOnSearch(selectValueTwo)"
|
@click="wholeOnSearch(selectValueTwo)"
|
||||||
>{{$t('query')}}
|
>{{$t('query')}}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
|||||||
@@ -1283,7 +1283,7 @@
|
|||||||
this.dataSource[i].homologationEngineerId && this.dataSource[i].regulationOwnerId) {
|
this.dataSource[i].homologationEngineerId && this.dataSource[i].regulationOwnerId) {
|
||||||
isTrue = true
|
isTrue = true
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(this.$t('dataConfirmation'))
|
this.$message.warning(this.$t('The') + (i + 1) + this.$t('strip') + ',' + this.$t('dataConfirmation'))
|
||||||
isTrue = false
|
isTrue = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -1342,7 +1342,7 @@
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
isTrue = false
|
isTrue = false
|
||||||
this.$message.warning(this.$t('taskDataConfirmation'))
|
this.$message.warning(this.$t('The') + (i + 1) + this.$t('strip') + ',' + this.$t('taskDataConfirmation'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user