-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-->
-
-
-
item.prop === column)?.checked
+ },
getAllArea() {
areaList().then((res) => {
this.areaData = res.data
@@ -1122,12 +1040,6 @@ export default {
this.vertexList = res.data
})
},
- // 真实奖衔下拉选
- getAwardsListChiose() {
- getAwardsListChiose().then((res) => {
- this.awardsList = res.rows
- })
- },
// 注册等级下拉
getgradeRanglist() {
getgradeRanglist().then((res) => {
diff --git a/src/views/information/realInfo/index.vue b/src/views/information/realInfo/index.vue
index 1446a06..ddbc9bc 100644
--- a/src/views/information/realInfo/index.vue
+++ b/src/views/information/realInfo/index.vue
@@ -35,22 +35,6 @@
/>
-
-
-
-
-
-
-
@@ -342,20 +326,7 @@
:label="'结算等级'"
width="180"
/>
-
-
+
{
- this.awardsList = res.rows
- })
- },
// 注册等级下拉
getgradeRanglist() {
getgradeRanglist().then((res) => {
diff --git a/vue.config.js b/vue.config.js
index f973a94..8777fb6 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -44,7 +44,7 @@ module.exports = {
},
proxy: {
'/prod-api': {
- target: 'http://t-blma.beida777.com/prod-api',
+ target: 'http://localhost:8080',
changeOrigin: true,
pathRewrite: { '^/prod-api': '' }
}