成润项目页面bug修改
This commit is contained in:
parent
b93c2d64a8
commit
a345267885
@ -86,8 +86,8 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'http://121.196.214.246/api/'//金林湾线上新
|
||||
// axios.defaults.baseURL = 'http://42.194.144.62:8088/'//中建四局线上(新)地址
|
||||
// axios.defaults.baseURL = 'http://101.43.164.214:12350'//中建五局线上
|
||||
// axios.defaults.baseURL = 'http://182.90.224.147:15551/'//港投(成润)项目线上(1)
|
||||
axios.defaults.baseURL = 'http://182.90.224.147:30262/'//港投(成润)项目线上(2)
|
||||
axios.defaults.baseURL = 'http://182.90.224.147:15551/'//港投(成润)项目线上(1)
|
||||
// axios.defaults.baseURL = 'http://182.90.224.147:30262/'//港投(成润)项目线上(2)
|
||||
// axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/
|
||||
|
||||
|
||||
|
||||
@ -48,12 +48,12 @@ export default new Vuex.Store({
|
||||
BASEURL: baseUrl
|
||||
? baseUrl
|
||||
: window.location.protocol + "//" + window.location.host + "/", //正式环境
|
||||
UPLOADURL:
|
||||
window.location.protocol +
|
||||
"//" +
|
||||
window.location.host +
|
||||
"/upload/image", //正式环境
|
||||
FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
|
||||
// UPLOADURL:
|
||||
// window.location.protocol +
|
||||
// "//" +
|
||||
// window.location.host +
|
||||
// "/upload/image", //正式环境
|
||||
// FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
|
||||
//---------------------------------------------------------------------------------------------
|
||||
// BASEURL: baseUrl
|
||||
// ? baseUrl
|
||||
@ -95,8 +95,8 @@ export default new Vuex.Store({
|
||||
// FILEURL: 'http://101.43.164.214:12345/image/',//内蒙古
|
||||
// UPLOADURL: 'http://42.194.144.62:8088/upload/image',//中建四
|
||||
// FILEURL: 'http://42.194.144.62:8088/image/',//中建四
|
||||
// UPLOADURL: 'http://182.90.224.147:30262/upload/image',//四川成润
|
||||
// FILEURL: 'http://182.90.224.147:30262/image/',//四川成润
|
||||
UPLOADURL: 'http://182.90.224.147:15551/upload/image',//四川成润
|
||||
FILEURL: 'http://182.90.224.147:15551/image/',//四川成润
|
||||
|
||||
ACCOUNTTYPE: [
|
||||
"系统管理员",
|
||||
|
||||
@ -337,6 +337,7 @@
|
||||
:visible.sync="addAccountDialog"
|
||||
:modal-append-to-body="false"
|
||||
width="667px"
|
||||
@close="close"
|
||||
>
|
||||
<div class="dialog_content">
|
||||
<el-form
|
||||
@ -1774,6 +1775,20 @@ export default {
|
||||
this.loadProvincesCityList()
|
||||
},
|
||||
methods: {
|
||||
close(){
|
||||
this.addAccountForm={
|
||||
account: '',
|
||||
accountType: 3, //1系统管理员,2企业总部管理员账号,3区域账号,4城市账号,5项目账号
|
||||
department: '',
|
||||
password: '',
|
||||
realName: '',
|
||||
sn: '',
|
||||
userTel: '',
|
||||
jobId: '',
|
||||
externalAccount: ''
|
||||
}
|
||||
this.addCompanyDialog=false
|
||||
},
|
||||
leftChangeState(item) {
|
||||
console.log(item)
|
||||
console.log(this.selectValue)
|
||||
@ -2654,6 +2669,7 @@ export default {
|
||||
this.addAccountDialog = true
|
||||
this.$nextTick(() => {
|
||||
this.$refs['addAccountForm'].clearValidate()
|
||||
// this.addAccountForm={}
|
||||
})
|
||||
},
|
||||
//显示编辑账号弹框
|
||||
|
||||
@ -149,6 +149,7 @@
|
||||
:title="$t('message.alarmValueSet.Popup_title')[Popup.type]"
|
||||
:visible.sync="Popup.show"
|
||||
width="667px"
|
||||
:modal-append-to-body="false"
|
||||
>
|
||||
<div class="dialog_content">
|
||||
<el-form
|
||||
|
||||
@ -197,6 +197,7 @@
|
||||
:close-on-click-modal="false"
|
||||
:visible.sync="addEnterpriseDialog"
|
||||
width="750px"
|
||||
@close="close"
|
||||
>
|
||||
<vue-scroll class="adddialog" style="height: 618px">
|
||||
<div class="dialog_content" ref="enterpriseDialog">
|
||||
@ -747,6 +748,12 @@ export default {
|
||||
this.getParentEnterpriseList();
|
||||
},
|
||||
methods: {
|
||||
close(){
|
||||
this.addEnterpriseDialog=false
|
||||
this.$nextTick(() => {
|
||||
this.$refs['enterpriseForm'].clearValidate()
|
||||
})
|
||||
},
|
||||
//获取 单位类型
|
||||
getEnterpriseType() {
|
||||
let data = {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user