@@ -303,7 +303,8 @@
async getTypeList() {
const { list = [] } = await recordrulesTypePage({
pageNum: 1,
- size: 99999
+ businessType:2,
+ size: 99999,
});
this.typeTree = [];
console.log('type list', list);
@@ -463,7 +464,8 @@
...typeWhere,
enable: 1,
publishStatus:1,
- reportWorkType: this.type
+ reportWorkType: this.type,
+ businessType:2
},
// 单击获取id