添加银行卡管理和提现管理
This commit is contained in:
@ -125,7 +125,9 @@ import EditPopup from './edit.vue'
|
||||
import LicensePopup from './license.vue'
|
||||
import { useDictOptions } from '@/hooks/useDictOptions'
|
||||
import { getRoutePath } from '@/router'
|
||||
import useUserStore from '@/stores/modules/user'
|
||||
|
||||
const userStore = useUserStore()
|
||||
const editRef = shallowRef<InstanceType<typeof EditPopup>>()
|
||||
// 是否显示编辑框
|
||||
const showEdit = ref(false)
|
||||
@ -142,6 +144,7 @@ const queryParams = reactive({
|
||||
operation_type: '',
|
||||
contact_phone: '',
|
||||
address: '',
|
||||
city_id: userStore.userInfo.city_id,
|
||||
})
|
||||
|
||||
// 选中数据
|
||||
|
||||
Reference in New Issue
Block a user