diff --git a/src/views/enterprise/check/index.vue b/src/views/enterprise/check/index.vue
index f379f2e..afa14ff 100644
--- a/src/views/enterprise/check/index.vue
+++ b/src/views/enterprise/check/index.vue
@@ -33,9 +33,8 @@
-
-
-
+
@@ -43,8 +42,6 @@
-
-
@@ -60,7 +57,7 @@
-
+
-
-
+
-
-
-
@@ -146,7 +139,6 @@ export default {
editType: 0, //0:新增,1:编辑
fromOptions: [],
-
};
@@ -164,7 +156,7 @@ export default {
};
return statusMap[status];
},
-
+
statusFilterName(status) {
const statusMap = {
@@ -196,7 +188,7 @@ export default {
},
getList() {
//this.loading = true;
-
+
},
onSubmit() {
this.getList();
@@ -217,12 +209,11 @@ export default {
this.filterQuery.page = val.page;
this.getList();
},
-
+
closeDialog() {
this.supCompanyVisible = false;
},
-
registrationDialog(row) {
if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) {
@@ -236,7 +227,7 @@ export default {
this.inputProudtQuery = row;
this.registrationVisible = true;
},
-
+
getRegistrationList() {
this.registrationLoading = true;
getRegistrationList(this.registrationQuery)
@@ -256,9 +247,7 @@ export default {
}
},
- components: {
-
- }
+ components: {}
,
created() {
diff --git a/src/views/userManage/customerManage.vue b/src/views/userManage/customerManage.vue
index 66e3739..d76ad04 100644
--- a/src/views/userManage/customerManage.vue
+++ b/src/views/userManage/customerManage.vue
@@ -359,9 +359,9 @@