|
@@ -250,6 +250,8 @@ export struct CompleteSet {
|
|
orderMaterialSwitch: this.orderMaterialSwitch,
|
|
orderMaterialSwitch: this.orderMaterialSwitch,
|
|
confirm: async () => {
|
|
confirm: async () => {
|
|
this.materialArray = []
|
|
this.materialArray = []
|
|
|
|
+ //重置pageNo
|
|
|
|
+ this.pageNo = 1
|
|
// 查询工序关联的物料信息
|
|
// 查询工序关联的物料信息
|
|
let res = await this.queryMaterialPage()
|
|
let res = await this.queryMaterialPage()
|
|
// if (res.totalCount === undefined || res.totalCount <= 0 || res.totalPages === undefined || res.totalPages <= 0) {
|
|
// if (res.totalCount === undefined || res.totalCount <= 0 || res.totalPages === undefined || res.totalPages <= 0) {
|