This commit is contained in:
Paidax
2025-10-19 20:03:35 +08:00
parent c8f8280e32
commit ff62d8a696
31 changed files with 213 additions and 130 deletions
@@ -1,6 +1,6 @@
<template>
<el-select v-model="selectValue" :clearable="clearable" filterable remote :remote-method="selectUser"
@change="onChange" v-bind="$attrs">
placeholder="请输入姓名或工号查询" @change="onChange" v-bind="$attrs" style="width: 100%">
<el-option
v-for="item in options"
v-if="!item.disabled"
@@ -115,6 +115,7 @@ module.exports = {
},
created() {
this.clearOptions()
console.log(this.placeholder)
}
}
</script>