From aae423f3b0b7c9e2396e5762b7cfaddcb27a3088 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 07 十一月 2023 18:55:53 +0800
Subject: [PATCH] #
---
pages/business/cstmrInfo/cstmrInfo.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/pages/business/cstmrInfo/cstmrInfo.vue b/pages/business/cstmrInfo/cstmrInfo.vue
index 337a280..89a33f8 100644
--- a/pages/business/cstmrInfo/cstmrInfo.vue
+++ b/pages/business/cstmrInfo/cstmrInfo.vue
@@ -86,14 +86,15 @@
export default {
data() {
return {
- csmtrList: [],
- csmtrs: [],
- last_id: '',
user: {
username: '',
id: 0,
type: ''
},
+ falg: true,
+ csmtrList: [],
+ csmtrs: [],
+ last_id: '',
userid: 0,
reload: false,
status: 'more',
--
Gitblit v1.9.1