|
|
|
@ -432,7 +432,7 @@ export default {
|
|
|
|
|
/** 查询包材到货单列表 */
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
listZJ(JSON.stringify(this.queryParams)).then(response => {
|
|
|
|
|
listZJ(this.queryParams).then(response => {
|
|
|
|
|
this.odsRawOrderInList = response.rows;
|
|
|
|
|
this.total = response.total;
|
|
|
|
|
this.loading = false;
|
|
|
|
|