From 39c9dbbb8f30a043acdf5e93a361be298ac92f90 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 30 Aug 2021 15:20:07 +0800
Subject: [PATCH] 武装押运公司 type7
---
src/views/securityCompany/armed.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/securityCompany/armed.vue b/src/views/securityCompany/armed.vue
index 5b2d3d6..50e1534 100644
--- a/src/views/securityCompany/armed.vue
+++ b/src/views/securityCompany/armed.vue
@@ -1,8 +1,8 @@
/*
* @Author: Morpheus
* @Date: 2021-07-07 17:30:05
- * @Last Modified by: Morpheus
- * @Last Modified time: 2021-07-10 16:01:42
+ * @Last Modified by: liu
+ * @Last Modified time: 2021-08-30 15:14:22
* menu-name 保安服务公司查询
*/
<template>
@@ -396,7 +396,7 @@
page.currentPage,
page.pageSize,
Object.assign(params, this.query),
- 2
+ 7
).then((res) => {
const data = res.data.data;
this.page.total = data.total;
--
Gitblit v1.9.3