@ -205,7 +205,7 @@
if (res.code == 0) {
this.productionlineList = res.data.map(item => ({
value: item.value,
text: item.name
text: item.value
}))
this.productionlineList.unshift({
value: "",