添加订单列表查询条件
This commit is contained in:
parent
f1885a11fb
commit
181d4c0f80
|
|
@ -369,6 +369,7 @@ export default {
|
|||
param.startDateTime=undefined;
|
||||
param.endDateTime=undefined;
|
||||
}
|
||||
param.pageOrForm =2;
|
||||
purchaseOrderPageApi(param).then(response => {
|
||||
this.tableListData = response.rows;
|
||||
this.total = Number(response.total);
|
||||
|
|
|
|||
Loading…
Reference in New Issue