...
|
...
|
@@ -91,7 +91,7 @@ export default { |
|
|
query[key] = item.id;
|
|
|
}
|
|
|
// console.log('===category=='+key);
|
|
|
|
|
|
|
|
|
this.$router.push({
|
|
|
name: 'List',
|
|
|
query,
|
...
|
...
|
@@ -104,7 +104,7 @@ export default { |
|
|
};
|
|
|
</script>
|
|
|
|
|
|
<style>
|
|
|
<style scoped>
|
|
|
.root-content {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
...
|
...
|
|