修补工时录入

This commit is contained in:
zhangdingyu
2018-12-29 19:14:00 +08:00
parent 94184aa185
commit f825de0fca

View File

@@ -341,7 +341,6 @@ export default {
this.form.零件 = ''
this.Parts = []
getParts(this.checkbox_project, this.form.project, this.checkbox_Machine, this.form.Machine, this.checkbox_Group, this.form.Group).then(response => {
console.log(response.data)
for (let i = 0; i < response.data.length; i++) {
this.Parts.push({
label: response.data[i].零件图号,
@@ -421,7 +420,6 @@ export default {
})
} else {
searchtable(0, this.Number2, this.pageCurrent, this.pageSize).then(response => {
console.log(response.data)
this.tableData = response.data.rows
this.total = response.data.total
this.loading0 = false