@@ -169,6 +169,7 @@ export default {
return obj;
},
getRuleDetail() {
+ console.log(456);
const param = {
baseLibName: this.filter.baseLibName,
baseLibType: this.filter.baseLibType,
@@ -315,6 +315,7 @@ export default {
});
checkData(row) {
+ console.log(123);
this.row = row;
if (!this.searched) {
this.clearFilter();