成润项目页面bug修改

This commit is contained in:
jxj_yjl 2023-05-17 15:58:05 +08:00
parent b93c2d64a8
commit a345267885
5 changed files with 34 additions and 10 deletions

View File

@ -86,8 +86,8 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://121.196.214.246/api/'//金林湾线上新 // axios.defaults.baseURL = 'http://121.196.214.246/api/'//金林湾线上新
// axios.defaults.baseURL = 'http://42.194.144.62:8088/'//中建四局线上(新)地址 // axios.defaults.baseURL = 'http://42.194.144.62:8088/'//中建四局线上(新)地址
// axios.defaults.baseURL = 'http://101.43.164.214:12350'//中建五局线上 // 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:15551/'//港投(成润)项目线上(1)
axios.defaults.baseURL = 'http://182.90.224.147:30262/'//港投(成润)项目线上(2) // axios.defaults.baseURL = 'http://182.90.224.147:30262/'//港投(成润)项目线上(2)
// axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/ // axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/

View File

@ -48,12 +48,12 @@ export default new Vuex.Store({
BASEURL: baseUrl BASEURL: baseUrl
? baseUrl ? baseUrl
: window.location.protocol + "//" + window.location.host + "/", //正式环境 : window.location.protocol + "//" + window.location.host + "/", //正式环境
UPLOADURL: // UPLOADURL:
window.location.protocol + // window.location.protocol +
"//" + // "//" +
window.location.host + // window.location.host +
"/upload/image", //正式环境 // "/upload/image", //正式环境
FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境 // FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
//--------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------
// BASEURL: baseUrl // BASEURL: baseUrl
// ? baseUrl // ? baseUrl
@ -95,8 +95,8 @@ export default new Vuex.Store({
// FILEURL: 'http://101.43.164.214:12345/image/',//内蒙古 // FILEURL: 'http://101.43.164.214:12345/image/',//内蒙古
// UPLOADURL: 'http://42.194.144.62:8088/upload/image',//中建四 // UPLOADURL: 'http://42.194.144.62:8088/upload/image',//中建四
// FILEURL: 'http://42.194.144.62:8088/image/',//中建四 // FILEURL: 'http://42.194.144.62:8088/image/',//中建四
// UPLOADURL: 'http://182.90.224.147:30262/upload/image',//四川成润 UPLOADURL: 'http://182.90.224.147:15551/upload/image',//四川成润
// FILEURL: 'http://182.90.224.147:30262/image/',//四川成润 FILEURL: 'http://182.90.224.147:15551/image/',//四川成润
ACCOUNTTYPE: [ ACCOUNTTYPE: [
"系统管理员", "系统管理员",

View File

@ -337,6 +337,7 @@
:visible.sync="addAccountDialog" :visible.sync="addAccountDialog"
:modal-append-to-body="false" :modal-append-to-body="false"
width="667px" width="667px"
@close="close"
> >
<div class="dialog_content"> <div class="dialog_content">
<el-form <el-form
@ -1774,6 +1775,20 @@ export default {
this.loadProvincesCityList() this.loadProvincesCityList()
}, },
methods: { methods: {
close(){
this.addAccountForm={
account: '',
accountType: 3, //12,345
department: '',
password: '',
realName: '',
sn: '',
userTel: '',
jobId: '',
externalAccount: ''
}
this.addCompanyDialog=false
},
leftChangeState(item) { leftChangeState(item) {
console.log(item) console.log(item)
console.log(this.selectValue) console.log(this.selectValue)
@ -2654,6 +2669,7 @@ export default {
this.addAccountDialog = true this.addAccountDialog = true
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['addAccountForm'].clearValidate() this.$refs['addAccountForm'].clearValidate()
// this.addAccountForm={}
}) })
}, },
// //

View File

@ -149,6 +149,7 @@
:title="$t('message.alarmValueSet.Popup_title')[Popup.type]" :title="$t('message.alarmValueSet.Popup_title')[Popup.type]"
:visible.sync="Popup.show" :visible.sync="Popup.show"
width="667px" width="667px"
:modal-append-to-body="false"
> >
<div class="dialog_content"> <div class="dialog_content">
<el-form <el-form

View File

@ -197,6 +197,7 @@
:close-on-click-modal="false" :close-on-click-modal="false"
:visible.sync="addEnterpriseDialog" :visible.sync="addEnterpriseDialog"
width="750px" width="750px"
@close="close"
> >
<vue-scroll class="adddialog" style="height: 618px"> <vue-scroll class="adddialog" style="height: 618px">
<div class="dialog_content" ref="enterpriseDialog"> <div class="dialog_content" ref="enterpriseDialog">
@ -747,6 +748,12 @@ export default {
this.getParentEnterpriseList(); this.getParentEnterpriseList();
}, },
methods: { methods: {
close(){
this.addEnterpriseDialog=false
this.$nextTick(() => {
this.$refs['enterpriseForm'].clearValidate()
})
},
// //
getEnterpriseType() { getEnterpriseType() {
let data = {}; let data = {};