|
@@ -48,7 +48,7 @@
|
|
|
<text>{{ item.createTime }}</text>
|
|
|
</view>
|
|
|
<view class="neironghengxin" v-if="tab"></view>
|
|
|
- <view class="neironganniuqu" v-if="tab && ['WAIT'].include(item.status)">
|
|
|
+ <view class="neironganniuqu" v-if="tab && ['WAIT'].includes(item.status)">
|
|
|
<u-button type="primary" text="确认" @click="queding(item, index)"></u-button>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -116,7 +116,7 @@ export default {
|
|
|
|
|
|
getList() {
|
|
|
this.$api.post('/worker/team/count').then(res1 => {
|
|
|
- this.tongjishuju = res.data
|
|
|
+ this.tongjishuju = res1.data
|
|
|
})
|
|
|
if (!this.getBool) {
|
|
|
return
|