|
@@ -699,11 +699,10 @@
|
|
|
this.badTypeList = res.list;
|
|
this.badTypeList = res.list;
|
|
|
},
|
|
},
|
|
|
// 查询不良名称
|
|
// 查询不良名称
|
|
|
- async getBadNameList( badTypeId = 0) {
|
|
|
|
|
|
|
+ async getBadNameList() {
|
|
|
const res = await getBadNameList({
|
|
const res = await getBadNameList({
|
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
|
size: 999,
|
|
size: 999,
|
|
|
- badTypeId: badTypeId
|
|
|
|
|
});
|
|
});
|
|
|
console.log('this.badNameList', this.badNameList);
|
|
console.log('this.badNameList', this.badNameList);
|
|
|
this.badNameList = res.list;
|
|
this.badNameList = res.list;
|