|
|
@ -25,7 +25,7 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<Table :columns="columns1" :data="data1" style="margin-top: 30px"></Table>
|
|
|
|
<Table :columns="columns1" :data="data1" style="margin-top: 30px"></Table>
|
|
|
|
<Page :total="totalSize" :current="pageNum" :page-size="pageSize" show-elevator show-total
|
|
|
|
<Page :total="totalSize" :current="pageNum" :page-size="pageSize" show-elevator show-total
|
|
|
|
placement="top" style="float: right;margin-top: 20px"></Page>
|
|
|
|
placement="top" style="float: right;margin-top: 20px" @on-change="handlePage"></Page>
|
|
|
|
<Modal
|
|
|
|
<Modal
|
|
|
|
v-model="modal13"
|
|
|
|
v-model="modal13"
|
|
|
|
title="删除提示"
|
|
|
|
title="删除提示"
|
|
|
@ -168,7 +168,7 @@
|
|
|
|
//分页内容
|
|
|
|
//分页内容
|
|
|
|
totalSize: 0,
|
|
|
|
totalSize: 0,
|
|
|
|
pageNum: 1,
|
|
|
|
pageNum: 1,
|
|
|
|
pageSize: 20,
|
|
|
|
pageSize: 10,
|
|
|
|
//搜索内容
|
|
|
|
//搜索内容
|
|
|
|
searchContent: null,
|
|
|
|
searchContent: null,
|
|
|
|
changeShopId: null,
|
|
|
|
changeShopId: null,
|
|
|
@ -264,6 +264,7 @@
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (data.code === '0000') {
|
|
|
|
if (data.code === '0000') {
|
|
|
|
|
|
|
|
debugger
|
|
|
|
if (data) {
|
|
|
|
if (data) {
|
|
|
|
let row = data.results.records;
|
|
|
|
let row = data.results.records;
|
|
|
|
that.totalSize = data.results.total;
|
|
|
|
that.totalSize = data.results.total;
|
|
|
|