|
@@ -369,7 +369,7 @@ export default {
|
|
|
this.listData.goodsId = [];
|
|
|
}
|
|
|
this.$api
|
|
|
- .inquiresystemnumberlistGoods({ businessId: value })
|
|
|
+ .inquiresystemnumberlistGoods({ businessId: value, goodsType: 1 })
|
|
|
.then((res) => {
|
|
|
this.goodsList = res.rows;
|
|
|
});
|
|
@@ -463,7 +463,10 @@ export default {
|
|
|
this.statusPop = int;
|
|
|
this.$api.obtainsystemnumber(v.examNumberId).then((res) => {
|
|
|
this.$api
|
|
|
- .inquiresystemnumberlistGoods({ businessId: res.data.businessId })
|
|
|
+ .inquiresystemnumberlistGoods({
|
|
|
+ businessId: res.data.businessId,
|
|
|
+ goodsType: 1,
|
|
|
+ })
|
|
|
.then((result) => {
|
|
|
this.goodsList = result.rows;
|
|
|
});
|