Commit 1dbcf9f3 authored by 黄奎's avatar 黄奎

111

parent 49075327
......@@ -49,7 +49,6 @@
</div>
</div>
</div>
</div>
</q-card>
<q-card class="light-shadow q-pa-md bg-white rounded-borders q-mb-md" v-if="pages.pageCount > 0" flat>
......@@ -162,6 +161,7 @@ export default defineComponent({
x.typeInfo = data.status.find(y => y.StatusId == x.orderState) ?? data.status[1]
})
data.orders = r.data.data.pageData
console.log(r)
data.pages.pageCount = r.data.data.pageCount
methods.GetWaitDealOrderPageList()
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment