fix
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="input_border" :class="[inputShow?'active':'',]">
|
||||
<div class="input_box Guide_1_5">
|
||||
<div v-else class="input_border" >
|
||||
<div class="input_box Guide_1_5" :class="[inputShow?'active':'',]">
|
||||
<input
|
||||
class="search_input"
|
||||
@input="ifMaximumLength"
|
||||
@@ -253,7 +253,7 @@ export default defineComponent({
|
||||
let workspace:any = ref({})
|
||||
|
||||
let loadingShow = ref(false)
|
||||
let inputShow = ref(false)
|
||||
let inputShow = ref(false)//表示是否出现红框
|
||||
let inputTime = ref()
|
||||
let driver__:any = inject('driver__')
|
||||
let {t} = useI18n()
|
||||
@@ -622,6 +622,10 @@ export default defineComponent({
|
||||
}
|
||||
});
|
||||
});
|
||||
if(rv.length == 4 && rv.filter((item:any)=>item.status == 'Invalid').length == 4) {
|
||||
// (this.$refs.inputShowText as any).innerHTML = this.t('Generate.effectPoor')
|
||||
message.info(this.t('Generate.effectPoor'));
|
||||
}
|
||||
if(arr.length == 0){
|
||||
nextTick().then(()=>{
|
||||
if(this.driver__.driver){
|
||||
|
||||
Reference in New Issue
Block a user