序间外协和预算项目机床分组

This commit is contained in:
zhangdingyu
2018-11-29 16:24:46 +08:00
parent 366739d040
commit 228f104c0f
3 changed files with 124 additions and 38 deletions

View File

@@ -165,7 +165,6 @@ export default {
this.entryNameValue = ''
this.entryName = []
machine().then(response => {
console.log(response.data)
for (let i = 0; i < response.data.length; i++) {
this.entryName.push({
label: response.data[i].项目名称,