This commit is contained in:
liushuai
2018-12-25 10:55:47 +08:00
parent 604f8397f6
commit ae627cc871
7 changed files with 25 additions and 9 deletions

View File

@@ -286,7 +286,7 @@ export default {
for (let i = 0; i < response.data.length; i++) {
this.GroupNumber.push({
label: response.data[i].组号,
value: response.data[i].组号
value: response.data[i].件流水
})
}
})