jufubao-admin-library 1.1.50 → 1.1.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -543,7 +543,7 @@ export default {
543
543
  this.$router.push({
544
544
  path: "/apply/list",
545
545
  query: {
546
- tab: "3",
546
+ tab: '3',
547
547
  },
548
548
  });
549
549
  },
@@ -437,6 +437,9 @@ export default {
437
437
  if (!this.$channelCode) {
438
438
  this.$channelCode = "meituan";
439
439
  }
440
+ if(this.$route.query.tab) {
441
+ this.mainFilterIndex = this.$route.query.tab
442
+ }
440
443
  console.log(this.$channelCode, this.$route, "11111");
441
444
  // #ifdef partner
442
445
  await getOptions({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.50",
3
+ "version": "1.1.51",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {