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

1

parent 97a58430
......@@ -181,7 +181,7 @@
this.isBrand = this.$route.name == 'BrandEnterpriseManager'
this.msg.BrandEnterpriseType = this.isBrand ? 1 : 2
this.getList();
this.getTypeEnumList();
//this.getTypeEnumList();
this.getDown();
},
watch: {
......@@ -199,7 +199,7 @@
BrandEnterpriseType: this.isBrand ? 1 : 2, //(1-品牌,2-服务)
}
this.getList();
this.getTypeEnumList();
// this.getTypeEnumList();
},
deep: true,
},
......@@ -355,7 +355,7 @@
},
//获取项目类型
getTypeEnumList() {
this.apipost("/api/Trade/GetProjectTypeEnumList", {}, (res) => {
this.apipost("/api/Trade/GetBrandEnterpriseExportEnumList", {}, (res) => {
if (res.data.resultCode == 1) {
this.ProjectTypeList = res.data.data;
}
......
......@@ -475,7 +475,7 @@
},
//获取项目类型
getTypeEnumList() {
this.apipost("/api/Trade/GetProjectTypeEnumList", {}, (res) => {
this.apipost("/api/Trade/GetBuildingCarrierExportEnumList", {}, (res) => {
if (res.data.resultCode == 1) {
this.ProjectTypeList = res.data.data;
}
......
......@@ -171,7 +171,7 @@
}
this.msg.BrandEnterpriseType = 2
this.getList();
this.getTypeEnumList();
// this.getTypeEnumList();
this.getDown();
},
watch: {
......@@ -231,7 +231,7 @@
var fileName = "企业信息.xls";
var that = this;
this.apipost(
"/api/Trade/CheckBuildingCarrierFile",
"/api/YBTrade/CheckEnterpriseServicesFile",
msg,
(res) => {
if (res.data.resultCode == 1) {
......@@ -285,7 +285,7 @@
getDown() {
this.cityOptions = [];
this.apipost("/api/Trade/GetBuildingCarrierExportEnumList", {}, (res) => {
this.apipost("/api/YBTrade/GetEnterpriseServicesExportEnumList", {}, (res) => {
this.cities = res.data.data;
let data = res.data.data;
data.forEach((item) => {
......
......@@ -248,7 +248,7 @@
},
created() {
this.getList();
this.getTypeEnumList();
//this.getTypeEnumList();
this.getDown();
this.getuserList()
},
......@@ -324,7 +324,7 @@
var fileName = "楼宇信息.xls";
var that = this;
this.apipost(
"/api/Trade/CheckBuildingCarrierFile",
"/api/YBTrade/CheckBuildingFile",
msg,
(res) => {
if (res.data.resultCode == 1) {
......@@ -377,7 +377,7 @@
getDown() {
this.cityOptions = [];
this.apipost("/api/Trade/GetBuildingCarrierExportEnumList", {}, (res) => {
this.apipost("/api/YBTrade/GetBuildingExportEnumList", {}, (res) => {
this.cities = res.data.data;
let data = res.data.data;
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