企业库分类问题修复
This commit is contained in:
parent
850e040cc0
commit
5948868300
@ -45,8 +45,8 @@ export default new Vuex.Store({
|
|||||||
// UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试
|
// UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试
|
||||||
// FILEURL:'http://10.0.1.43:6023/image/',//测试
|
// FILEURL:'http://10.0.1.43:6023/image/',//测试
|
||||||
BASEURL: baseUrl ? baseUrl : window.location.protocol + '//' + window.location.host + '/', //
|
BASEURL: baseUrl ? baseUrl : window.location.protocol + '//' + window.location.host + '/', //
|
||||||
// UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', //
|
UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', //
|
||||||
// FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口
|
FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口
|
||||||
/* 2022-05-16 */
|
/* 2022-05-16 */
|
||||||
// tag: 部署河南项目时,需要打开这两行代码
|
// tag: 部署河南项目时,需要打开这两行代码
|
||||||
// UPLOADURL: 'http://124.71.178.44:100/upload/image',
|
// UPLOADURL: 'http://124.71.178.44:100/upload/image',
|
||||||
@ -56,8 +56,8 @@ export default new Vuex.Store({
|
|||||||
// UPLOADURL: 'http://182.90.224.237:7000/upload/image',
|
// UPLOADURL: 'http://182.90.224.237:7000/upload/image',
|
||||||
// FILEURL: 'http://182.90.224.237:7000/image/',
|
// FILEURL: 'http://182.90.224.237:7000/image/',
|
||||||
// 邱平毅的
|
// 邱平毅的
|
||||||
UPLOADURL: 'http://192.168.34.216:6023/upload/image',
|
// UPLOADURL: 'http://192.168.34.216:6023/upload/image',
|
||||||
FILEURL: 'http://192.168.34.216:6023/image/',
|
// FILEURL: 'http://192.168.34.216:6023/image/',
|
||||||
|
|
||||||
// UPLOADURL:'http://'+"61.190.32.219:9050"+'/upload/image',//正式
|
// UPLOADURL:'http://'+"61.190.32.219:9050"+'/upload/image',//正式
|
||||||
// FILEURL:'http://'+"61.190.32.219:9050"+'/image/',//正式
|
// FILEURL:'http://'+"61.190.32.219:9050"+'/image/',//正式
|
||||||
|
|||||||
@ -755,6 +755,7 @@ export default {
|
|||||||
console.log('获取企业类型列表',res);
|
console.log('获取企业类型列表',res);
|
||||||
this.enterpriseTypeList = res.result;
|
this.enterpriseTypeList = res.result;
|
||||||
this.enterpriseTypeId = res.result[0].id;
|
this.enterpriseTypeId = res.result[0].id;
|
||||||
|
console.log('==========单位名称',res)
|
||||||
this.enterpriseTypeName = res.result[0].companyTypeName;
|
this.enterpriseTypeName = res.result[0].companyTypeName;
|
||||||
this.enterpriseForm.companyTypeName= res.result[0].companyTypeName;
|
this.enterpriseForm.companyTypeName= res.result[0].companyTypeName;
|
||||||
console.log(this.enterpriseTypeList);
|
console.log(this.enterpriseTypeList);
|
||||||
@ -806,8 +807,9 @@ export default {
|
|||||||
},
|
},
|
||||||
//切换 单位类型
|
//切换 单位类型
|
||||||
selectMenu(value) {
|
selectMenu(value) {
|
||||||
// console.log('切换菜单',value)
|
console.log('切换菜单',value)
|
||||||
this.checkedId = value.id;
|
this.checkedId = value.id;
|
||||||
|
this.enterpriseTypeName = value.companyTypeName;
|
||||||
this.enterpriseTypeId = value.id;
|
this.enterpriseTypeId = value.id;
|
||||||
this.enterpriseForm.companyTypeName = value.companyTypeName;
|
this.enterpriseForm.companyTypeName = value.companyTypeName;
|
||||||
this.getCooperatorList();
|
this.getCooperatorList();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user