Commit aced671b4390a2176089f6938ff327dc49ccfb21

Authored by ww
1 parent 1ab09593

fix: 移除console.log

... ... @@ -92,7 +92,6 @@
92 92 }
93 93
94 94 const getSendValue = computed(() => {
95   - console.log(unref(getPaginationAttrkey));
96 95 return {
97 96 tsSubCmds: [
98 97 {
... ...