获取标签

pull/781/head
zy 2025-05-23 17:07:22 +08:00
parent 8778919237
commit 36589b2910
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ watch(() => props.customerList, (val) => {
let pageNo = ref(1)
let pageSize = ref(10)
let selectRef = ref('')
let selectComId = ref('popper' + (Math.random().toFixed(5) * 100000))
let selectComId = ref('popper' + (String(Math.random()).split('.')[1]))
const vElSelectLoadmore = {
mounted(el, binding) {
selectRef.value = el