修补工时录入
This commit is contained in:
@@ -341,7 +341,6 @@ export default {
|
|||||||
this.form.零件 = ''
|
this.form.零件 = ''
|
||||||
this.Parts = []
|
this.Parts = []
|
||||||
getParts(this.checkbox_project, this.form.project, this.checkbox_Machine, this.form.Machine, this.checkbox_Group, this.form.Group).then(response => {
|
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++) {
|
for (let i = 0; i < response.data.length; i++) {
|
||||||
this.Parts.push({
|
this.Parts.push({
|
||||||
label: response.data[i].零件图号,
|
label: response.data[i].零件图号,
|
||||||
@@ -421,7 +420,6 @@ export default {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
searchtable(0, this.Number2, this.pageCurrent, this.pageSize).then(response => {
|
searchtable(0, this.Number2, this.pageCurrent, this.pageSize).then(response => {
|
||||||
console.log(response.data)
|
|
||||||
this.tableData = response.data.rows
|
this.tableData = response.data.rows
|
||||||
this.total = response.data.total
|
this.total = response.data.total
|
||||||
this.loading0 = false
|
this.loading0 = false
|
||||||
|
|||||||
Reference in New Issue
Block a user