龚焕茏
2024-09-12 1a84a52826a8dfd2149a4737d96c6085d1f248e3
src/views/student/index.vue
@@ -180,13 +180,12 @@
  },
  methods: {
    getUserDate(code) {
      let that = this;
      login({
        code: code,
      }).then((res) => {
        localStorage.setItem("user", JSON.stringify(res));
        localStorage.setItem("code", code);
        that.fetchData();
        window.location.reload();
      });
    },
    handleExport() {