Merge branch 'test_dispaly' of https://git.code.tencent.com/lian-cbtc/jl-client into test_dispaly1
This commit is contained in:
commit
871076d7b3
@ -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'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -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 = {};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user