@@ -209,11 +193,6 @@
prop="pkGradeVal"
:label="'结算等级'"
/>
-
-
{
this.gradeRangList = res.data
})
- sta.getYesornoList().then((res) => {
- this.yesornoList = res.data
- })
+
sta.getEnumsUpDown().then((res) => {
this.enumsUpdownList = res.data
})
diff --git a/src/views/statistics/recommendedCheck.vue b/src/views/statistics/recommendedCheck.vue
index 3ab8ce4..b8aec98 100644
--- a/src/views/statistics/recommendedCheck.vue
+++ b/src/views/statistics/recommendedCheck.vue
@@ -110,22 +110,6 @@
-
-
-
-
-
-
-
@@ -240,12 +224,6 @@
prop="categoryVal"
:label="'会员类型'"
/>
-
{
this.gradeRangList = res.data
})
- sta.getYesornoList().then((res) => {
- this.yesornoList = res.data
- })
sta.getEnumsUpDown().then(res => {
this.enumsUpdownList = res.data
})