修改接口

master
夜笙歌 9 months ago
parent e87e1fe9e0
commit 13e7128f5d

@ -155,23 +155,23 @@ export default {
RequestDataSet: [ RequestDataSet: [
{ {
e: 'nd-01', e: 'nd-01',
i: "", i: "scada_xk_bz_pro_01('')",
f: (e) => { f: (e) => {
this.team = e this.team = e[0].COLUMN_A
this.planNum = e[0].COLUMN_B
this.practicalNum = e[0].COLUMN_C
} }
}, },
{ {
e: 'nd-02', e: 'nd-02',
i: "", i: "",
f: (e) => { f: (e) => {
this.planNum = e
} }
}, },
{ {
e: 'nd-03', e: 'nd-03',
i: "", i: "",
f: (e) => { f: (e) => {
this.practicalNum = e
} }
}, },
{ {

Loading…
Cancel
Save