src/views/securityCompany/securityCrossRegion.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-09-18 09:14:43 * menu-name 保安服务公司查询 */ <template> @@ -401,7 +401,7 @@ const data = res.data.data; this.page.total = data.total; this.data = data.records; console.log(this.data); // console.log(this.data); this.loading = false; this.selectionClear(); });