zhanghua
2024-11-19 dc7de04cfaa135344071803f5af14c40a5ea53f3
src/views/student/components/create.vue
@@ -142,7 +142,7 @@
          id: "",
          name: "",
        },
        staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id,
        staffId: JSON.parse(localStorage.getItem("selectStaff")).id,
        visibility: true,
        voucherId: "", //课包/会员卡
      },
@@ -158,7 +158,7 @@
    },
    getSaleManList() {
      let data = {
        staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id,
        staffId: JSON.parse(localStorage.getItem("selectStaff")).id,
        keyword: "",
        pageIn: {
          index: 0,