This commit is contained in:
zyx.net
2023-06-08 17:40:36 +08:00
parent 636afbceeb
commit 707dde087d
3 changed files with 4 additions and 2 deletions
@@ -398,6 +398,7 @@ export default {
return return
} }
this.dataSource = res.result.records || [] this.dataSource = res.result.records || []
this.number = res.result.pjspzq
this.total = res.result.total this.total = res.result.total
this.loading = false this.loading = false
} else { } else {
@@ -155,8 +155,8 @@
</div> </div>
<div v-if='flagqrqt'> <div v-if='flagqrqt'>
<a-input class="box-input-qr2" <a-input class="box-input-qr2"
v-model="form.aqjzWbk" v-model="form.qttext"
:title="form.aqjzWbk ? form.aqjzWbk : $t('PleaseEnter')" :title="form.qttext ? form.qttext : $t('PleaseEnter')"
:placeholder="$t('PleaseEnter')"></a-input> :placeholder="$t('PleaseEnter')"></a-input>
</div> </div>
</td> </td>
@@ -345,6 +345,7 @@ export default {
return return
} }
this.dataSource = res.result.records || [] this.dataSource = res.result.records || []
this.number = res.result.pjspzq
this.total = res.result.total this.total = res.result.total
this.loading = false this.loading = false
} else { } else {