|
|
@@ -470,10 +470,6 @@
|
|
|
rowKey: 'num',
|
|
|
beforeFetch: (T) => {
|
|
|
loading.value = true;
|
|
|
- return T;
|
|
|
- },
|
|
|
- handleSearchInfoFn: (T) => {
|
|
|
- console.log('handleSearchInfoFn', T);
|
|
|
if(!T.childName && !T.num){
|
|
|
T.haveFolder = 1;
|
|
|
}else{
|
|
|
@@ -481,6 +477,10 @@
|
|
|
}
|
|
|
return T;
|
|
|
},
|
|
|
+ // handleSearchInfoFn: (T) => {
|
|
|
+ // console.log('handleSearchInfoFn', T);
|
|
|
+ // return T;
|
|
|
+ // },
|
|
|
afterFetch: (T) => {
|
|
|
loading.value = false;
|
|
|
|