|
|
@@ -80,18 +80,18 @@
|
|
|
</template>
|
|
|
</tableMainLayout>
|
|
|
</div>
|
|
|
- <div class="container normal-panel" style="text-align:right">
|
|
|
- <el-pagination
|
|
|
- background
|
|
|
- @size-change="handleSizeChange"
|
|
|
- @current-change="handleCurrentChange"
|
|
|
- :current-page="currentPage"
|
|
|
- :page-sizes="[100, 50, 100, 200]"
|
|
|
- :page-size="100"
|
|
|
- layout="total,sizes, prev, pager, next, jumper"
|
|
|
- :total="total">
|
|
|
- </el-pagination>
|
|
|
- </div>
|
|
|
+<!-- <div class="container normal-panel" style="text-align:right">-->
|
|
|
+<!-- <el-pagination-->
|
|
|
+<!-- background-->
|
|
|
+<!-- @size-change="handleSizeChange"-->
|
|
|
+<!-- @current-change="handleCurrentChange"-->
|
|
|
+<!-- :current-page="currentPage"-->
|
|
|
+<!-- :page-sizes="[100, 50, 100, 200]"-->
|
|
|
+<!-- :page-size="100"-->
|
|
|
+<!-- layout="total,sizes, prev, pager, next, jumper"-->
|
|
|
+<!-- :total="total">-->
|
|
|
+<!-- </el-pagination>-->
|
|
|
+<!-- </div>-->
|
|
|
</template>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -127,7 +127,7 @@ export default {
|
|
|
"id": 20240423110404,
|
|
|
"content": {
|
|
|
"pageNumber": 1,
|
|
|
- "pageSize": 100,
|
|
|
+ "pageSize": 99999,
|
|
|
"type":"1",//1按部门 0按人员
|
|
|
"dataid":JSON.parse(sessionStorage.getItem('active_account')).userid,//部门人员id
|
|
|
"querytype":0,//0按业务员 1按客户
|