|
@@ -90,7 +90,9 @@ export default {
|
|
|
this.$set(this, `clientHeight`, clientHeight);
|
|
|
},
|
|
|
methods: {
|
|
|
- search({ skip = 0, limit = 10, ...info } = {}) {},
|
|
|
+ search({ skip = 0, limit = 10, ...info } = {}) {
|
|
|
+ console.log('');
|
|
|
+ },
|
|
|
// 返回上一页
|
|
|
upBack() {
|
|
|
this.$router.push({ path: '/community/index' });
|