Commit 3ffa68c8 authored by 吴春's avatar 吴春

1

parent 97a58430
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
this.isBrand = this.$route.name == 'BrandEnterpriseManager' this.isBrand = this.$route.name == 'BrandEnterpriseManager'
this.msg.BrandEnterpriseType = this.isBrand ? 1 : 2 this.msg.BrandEnterpriseType = this.isBrand ? 1 : 2
this.getList(); this.getList();
this.getTypeEnumList(); //this.getTypeEnumList();
this.getDown(); this.getDown();
}, },
watch: { watch: {
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
BrandEnterpriseType: this.isBrand ? 1 : 2, //(1-品牌,2-服务) BrandEnterpriseType: this.isBrand ? 1 : 2, //(1-品牌,2-服务)
} }
this.getList(); this.getList();
this.getTypeEnumList(); // this.getTypeEnumList();
}, },
deep: true, deep: true,
}, },
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
}, },
//获取项目类型 //获取项目类型
getTypeEnumList() { getTypeEnumList() {
this.apipost("/api/Trade/GetProjectTypeEnumList", {}, (res) => { this.apipost("/api/Trade/GetBrandEnterpriseExportEnumList", {}, (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.ProjectTypeList = res.data.data; this.ProjectTypeList = res.data.data;
} }
......
...@@ -475,7 +475,7 @@ ...@@ -475,7 +475,7 @@
}, },
//获取项目类型 //获取项目类型
getTypeEnumList() { getTypeEnumList() {
this.apipost("/api/Trade/GetProjectTypeEnumList", {}, (res) => { this.apipost("/api/Trade/GetBuildingCarrierExportEnumList", {}, (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.ProjectTypeList = res.data.data; this.ProjectTypeList = res.data.data;
} }
......
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
} }
this.msg.BrandEnterpriseType = 2 this.msg.BrandEnterpriseType = 2
this.getList(); this.getList();
this.getTypeEnumList(); // this.getTypeEnumList();
this.getDown(); this.getDown();
}, },
watch: { watch: {
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
var fileName = "企业信息.xls"; var fileName = "企业信息.xls";
var that = this; var that = this;
this.apipost( this.apipost(
"/api/Trade/CheckBuildingCarrierFile", "/api/YBTrade/CheckEnterpriseServicesFile",
msg, msg,
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
getDown() { getDown() {
this.cityOptions = []; this.cityOptions = [];
this.apipost("/api/Trade/GetBuildingCarrierExportEnumList", {}, (res) => { this.apipost("/api/YBTrade/GetEnterpriseServicesExportEnumList", {}, (res) => {
this.cities = res.data.data; this.cities = res.data.data;
let data = res.data.data; let data = res.data.data;
data.forEach((item) => { data.forEach((item) => {
......
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
}, },
created() { created() {
this.getList(); this.getList();
this.getTypeEnumList(); //this.getTypeEnumList();
this.getDown(); this.getDown();
this.getuserList() this.getuserList()
}, },
...@@ -324,7 +324,7 @@ ...@@ -324,7 +324,7 @@
var fileName = "楼宇信息.xls"; var fileName = "楼宇信息.xls";
var that = this; var that = this;
this.apipost( this.apipost(
"/api/Trade/CheckBuildingCarrierFile", "/api/YBTrade/CheckBuildingFile",
msg, msg,
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
...@@ -377,7 +377,7 @@ ...@@ -377,7 +377,7 @@
getDown() { getDown() {
this.cityOptions = []; this.cityOptions = [];
this.apipost("/api/Trade/GetBuildingCarrierExportEnumList", {}, (res) => { this.apipost("/api/YBTrade/GetBuildingExportEnumList", {}, (res) => {
this.cities = res.data.data; this.cities = res.data.data;
let data = res.data.data; let data = res.data.data;
data.forEach((item) => { data.forEach((item) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment