成员一键生成
This commit is contained in:
parent
26d75c1bf3
commit
d501fe2792
@ -1007,7 +1007,6 @@ export default {
|
|||||||
deviceCode: ''
|
deviceCode: ''
|
||||||
};
|
};
|
||||||
memberMap[this.generationForm.systemType].push(memberDispatcher);
|
memberMap[this.generationForm.systemType].push(memberDispatcher);
|
||||||
}
|
|
||||||
const memberNccDispatcher = {
|
const memberNccDispatcher = {
|
||||||
id: this.getMemberId(this.generationForm.systemType),
|
id: this.getMemberId(this.generationForm.systemType),
|
||||||
name: '',
|
name: '',
|
||||||
@ -1022,6 +1021,7 @@ export default {
|
|||||||
deviceCode: ''
|
deviceCode: ''
|
||||||
};
|
};
|
||||||
memberMap[this.generationForm.systemType].push(memberOccDispatcher);
|
memberMap[this.generationForm.systemType].push(memberOccDispatcher);
|
||||||
|
}
|
||||||
this.stationList.forEach(station => {
|
this.stationList.forEach(station => {
|
||||||
if (!station.depot) {
|
if (!station.depot) {
|
||||||
const member = {
|
const member = {
|
||||||
|
Loading…
Reference in New Issue
Block a user