发货管理、序间外协

This commit is contained in:
zhangdingyu
2018-12-04 09:36:50 +08:00
parent 52bcf5c96f
commit 9533aa69bd
4 changed files with 12 additions and 2 deletions

View File

@@ -281,6 +281,7 @@ export default {
this.tableData = []
if (this.radio === 1) {
searchPartNum1(this.check_entryNameValue, this.entryNameValue, this.check_toolNumValue, this.toolNumValue, this.check_NumValue, this.NumValue, this.check_partName, this.partName, 0, this.pageCurrent2, this.pageSize2).then(response => {
console.log(response.data)
this.tableData2 = response.data.rows
this.total2 = response.data.total
}).then(() => {