gaoluyang
2025-03-25 b988cf194634ef30c489ba0053d3262270a92740
成品下单-缓存数据展示修改
已修改2个文件
8 ■■■■ 文件已修改
src/views/business/productOrder/components/add.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/productOrder/components/add.vue
@@ -840,6 +840,7 @@
    this.active = this.$route.query.active
    this.tabIndex = this.$route.query.tabIndex
    this.currentId = this.$route.query.currentId
    this.getUserNowData()
    this.getInfo()
  },
  activated() {
@@ -850,7 +851,6 @@
  },
  methods: {
    getInfo() {
      this.getUserNowData()
      this.selectStandardTreeList()
      this.getAuthorizedPerson();
      this.selectStandardMethods()
src/views/login.vue
@@ -136,9 +136,9 @@
            this.$router.push({ path: "/" }).catch(() => { });
          }).catch(() => {
            this.loading = false;
            if (this.captchaEnabled) {
              this.getCode();
            }
            // if (this.captchaEnabled) {
            //   this.getCode();
            // }
          });
        }
      });