解决再次进场问题
This commit is contained in:
parent
4d4299840b
commit
38b596f0dd
@ -37,7 +37,7 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'https://zhgd.loganwy.com/' //龙光
|
||||
// axios.defaults.baseURL = 'https://zhgd-uat.logan.com.cn/'
|
||||
|
||||
axios.defaults.baseURL = 'http://36.137.53.203:9090/'; // 南昌地铁 17512009894 123456789 gdjt 123456789
|
||||
// axios.defaults.baseURL = 'http://36.137.53.203:9090/'; // 南昌地铁 17512009894 123456789 gdjt 123456789
|
||||
|
||||
// axios.defaults.baseURL = 'http://192.168.34.125:6023/'
|
||||
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
|
||||
@ -56,7 +56,7 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'http://117.156.17.59:9090/'; //
|
||||
// axios.defaults.baseURL = 'http://120.236.247.200:9000/'; //横琴线上
|
||||
// axios.defaults.baseURL = 'http://223.82.100.80:9000/'; //南昌地铁
|
||||
// axios.defaults.baseURL = 'http://139.9.66.234:40001/'; //南昌地铁二期
|
||||
axios.defaults.baseURL = 'http://139.9.66.234:40001/'; //南昌地铁二期
|
||||
// axios.defaults.baseURL = 'http://124.71.178.44:30/';
|
||||
// axios.defaults.baseURL = 'http://192.168.34.125:9090/';
|
||||
// axios.defaults.baseURL = 'http://192.168.88.220:6023/';
|
||||
|
||||
@ -1972,7 +1972,7 @@ export default {
|
||||
},
|
||||
addOrganizationFn(data){
|
||||
this.state = ''
|
||||
console.log(data)
|
||||
console.log('----------',data)
|
||||
// if(data.companyType==2){
|
||||
// this.add2(data.companyId,data.companyType)
|
||||
// }
|
||||
|
||||
@ -2222,7 +2222,6 @@ export default {
|
||||
},
|
||||
handleCheckAllChangeFace(val) {
|
||||
if (val) {
|
||||
debugger
|
||||
this.workerInfo.ufaceDevId = [];
|
||||
this.ufaceDevAllList.forEach((item) => {
|
||||
if (!item.disabled) {
|
||||
|
||||
@ -2609,7 +2609,7 @@ export default {
|
||||
personSerial: ''
|
||||
}
|
||||
this.getUfaceDevList()
|
||||
this.goTwo()
|
||||
// this.goTwo()
|
||||
this.addPersonDialog = true
|
||||
this.personForm = JSON.parse(JSON.stringify(value))
|
||||
this.personForm.sex = Number(value.sex)
|
||||
|
||||
@ -2578,13 +2578,12 @@ export default {
|
||||
handleCheckAllChangeFace(val) {
|
||||
// console.log('全选',val);
|
||||
if (val) {
|
||||
debugger
|
||||
this.personForm.ufaceDevId = [];
|
||||
this.ufaceDevAllList.forEach((item) => {
|
||||
this.personForm.ufaceDevId.push(item.id);
|
||||
});
|
||||
} else {
|
||||
this.ufaceDevAllList = []
|
||||
// this.ufaceDevAllList = []
|
||||
this.personForm.ufaceDevId = [];
|
||||
}
|
||||
this.isIndeterminate2 = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user