修改接口

master
夜笙歌 9 months ago
parent a7efbc4edb
commit 64633914f5

@ -289,6 +289,7 @@ export default {
});
findProductLineList({productLineType: 1}).then(response => {
this.productLineList = response.data;
this.queryParams.productLineCode = response.data[1].productLineCode
});
findProductLineList({productLineType: 2}).then(response => {
this.findStationList = response.data;

Loading…
Cancel
Save