解决再次进场问题

This commit is contained in:
骆乐 2022-07-28 15:00:52 +08:00
parent 4d4299840b
commit 38b596f0dd
6 changed files with 5 additions and 7 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -37,7 +37,7 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'https://zhgd.loganwy.com/' //龙光 // axios.defaults.baseURL = 'https://zhgd.loganwy.com/' //龙光
// axios.defaults.baseURL = 'https://zhgd-uat.logan.com.cn/' // 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://192.168.34.125:6023/'
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南 // 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://117.156.17.59:9090/'; //
// axios.defaults.baseURL = 'http://120.236.247.200:9000/'; //横琴线上 // axios.defaults.baseURL = 'http://120.236.247.200:9000/'; //横琴线上
// axios.defaults.baseURL = 'http://223.82.100.80: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://124.71.178.44:30/';
// axios.defaults.baseURL = 'http://192.168.34.125:9090/'; // axios.defaults.baseURL = 'http://192.168.34.125:9090/';
// axios.defaults.baseURL = 'http://192.168.88.220:6023/'; // axios.defaults.baseURL = 'http://192.168.88.220:6023/';

View File

@ -1972,7 +1972,7 @@ export default {
}, },
addOrganizationFn(data){ addOrganizationFn(data){
this.state = '' this.state = ''
console.log(data) console.log('----------',data)
// if(data.companyType==2){ // if(data.companyType==2){
// this.add2(data.companyId,data.companyType) // this.add2(data.companyId,data.companyType)
// } // }

View File

@ -2222,7 +2222,6 @@ export default {
}, },
handleCheckAllChangeFace(val) { handleCheckAllChangeFace(val) {
if (val) { if (val) {
debugger
this.workerInfo.ufaceDevId = []; this.workerInfo.ufaceDevId = [];
this.ufaceDevAllList.forEach((item) => { this.ufaceDevAllList.forEach((item) => {
if (!item.disabled) { if (!item.disabled) {

View File

@ -2609,7 +2609,7 @@ export default {
personSerial: '' personSerial: ''
} }
this.getUfaceDevList() this.getUfaceDevList()
this.goTwo() // this.goTwo()
this.addPersonDialog = true this.addPersonDialog = true
this.personForm = JSON.parse(JSON.stringify(value)) this.personForm = JSON.parse(JSON.stringify(value))
this.personForm.sex = Number(value.sex) this.personForm.sex = Number(value.sex)

View File

@ -2578,13 +2578,12 @@ export default {
handleCheckAllChangeFace(val) { handleCheckAllChangeFace(val) {
// console.log('',val); // console.log('',val);
if (val) { if (val) {
debugger
this.personForm.ufaceDevId = []; this.personForm.ufaceDevId = [];
this.ufaceDevAllList.forEach((item) => { this.ufaceDevAllList.forEach((item) => {
this.personForm.ufaceDevId.push(item.id); this.personForm.ufaceDevId.push(item.id);
}); });
} else { } else {
this.ufaceDevAllList = [] // this.ufaceDevAllList = []
this.personForm.ufaceDevId = []; this.personForm.ufaceDevId = [];
} }
this.isIndeterminate2 = false; this.isIndeterminate2 = false;