Browse Source

fix bug

zhangrenyuan/feature-20250728113353-金币前端三期
zhangrenyuan 1 week ago
parent
commit
431c204874
  1. 1
      src/views/consume/bean/addBeanConsume.vue

1
src/views/consume/bean/addBeanConsume.vue

@ -15,6 +15,7 @@ import { useAdminStore } from "@/store/index.js";
import { storeToRefs } from "pinia";
import _ from 'lodash'
const user = ref({})
const getUser = async function (jwcode) {
if (consumeForm.value.jwcode) {
consumeForm.value.jwcode = consumeForm.value.jwcode.replace(/\s/g, '');

Loading…
Cancel
Save