修改接口

master
夜笙歌 9 months ago
parent 16383ad35d
commit e88ecdee24

@ -146,21 +146,22 @@ export default {
e: 'xkqhb-01', e: 'xkqhb-01',
i: "", i: "",
f: (e) => { f: (e) => {
this.team = e console.log(e[0].COLUMN_A)
this.team = e[0].COLUMN_A
this.planNum = e[0].COLUMN_B
this.practicalNum = e[0].COLUMN_C
} }
}, },
{ {
e: 'xkqhb-02', e: 'xkqhb-02',
i: "", i: "",
f: (e) => { f: (e) => {
this.planNum = e
} }
}, },
{ {
e: 'xkqhb-03', e: 'xkqhb-03',
i: "", i: "",
f: (e) => { f: (e) => {
this.practicalNum = e
} }
}, },
{ {

Loading…
Cancel
Save