Merge branch 'test_dispaly' of https://git.code.tencent.com/lian-cbtc/jl-client into test_dispaly1

This commit is contained in:
fan 2022-12-26 11:20:15 +08:00
commit 871076d7b3
2 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ export function getLoginInfo(token) {
*/
export function getOrgList() {
return request({
url: '/api/org/list',
url: '/api/orgProject/list',
method: 'get'
})
}
@ -109,7 +109,7 @@ export function getOrgList() {
*/
export function selectOrgnization(orgId) {
return request({
url: `/api/org/signIn/${orgId}`,
url: `/api/orgProject/signIn/${orgId}`,
method: 'put'
})
}

View File

@ -125,8 +125,8 @@ export default {
this.updateTableValue(controlTransfer);
});
},
'$store.state.trainingNew.trainingSwitch': function(val) {
if (val) {
show(val) {
if (!val) {
this.stationType = '01';
this.station = {};
}