修改接口

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

@ -155,23 +155,23 @@ export default {
RequestDataSet: [
{
e: 'nd-01',
i: "",
i: "scada_xk_bz_pro_01('')",
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',
i: "",
f: (e) => {
this.planNum = e
}
},
{
e: 'nd-03',
i: "",
f: (e) => {
this.practicalNum = e
}
},
{

Loading…
Cancel
Save