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() { export function getOrgList() {
return request({ return request({
url: '/api/org/list', url: '/api/orgProject/list',
method: 'get' method: 'get'
}) })
} }
@ -109,7 +109,7 @@ export function getOrgList() {
*/ */
export function selectOrgnization(orgId) { export function selectOrgnization(orgId) {
return request({ return request({
url: `/api/org/signIn/${orgId}`, url: `/api/orgProject/signIn/${orgId}`,
method: 'put' method: 'put'
}) })
} }

View File

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