From 52b8cf4516b2c8e11ffe4ca3cad365822bfebe35 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 18 Sep 2021 09:19:27 +0800
Subject: [PATCH] 实时营业执照
---
src/views/securityCompany/dispatch.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/securityCompany/dispatch.vue b/src/views/securityCompany/dispatch.vue
index 6d7f22d..de6782f 100644
--- a/src/views/securityCompany/dispatch.vue
+++ b/src/views/securityCompany/dispatch.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:06:03
+ * @Last Modified by: liu
+ * @Last Modified time: 2021-09-18 09:14:26
* menu-name 派遣公司查询
*/
<template>
@@ -260,7 +260,7 @@
const data = res.data.data;
this.page.total = data.total;
this.data = data.records;
- console.log(this.data, "dis");
+ // console.log(this.data, "dis");
this.loading = false;
this.selectionClear();
});
--
Gitblit v1.9.3