fix: 文件乱码修复,代码生成指定ts类型,登录移除租户选择

This commit is contained in:
Ray.Hao
2026-01-16 23:19:29 +08:00
parent 23b789badd
commit da2002f6d0
9 changed files with 65 additions and 153 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<el-select
v-if="type === 'select'"
v-model="selectedValue"
@@ -90,7 +90,7 @@ const selectedValue = ref<any>(
: undefined
);
// çå<EFBFBD>¬ modelValue å’?options çš„å<EFBFBD>˜åŒ?
// 监听 modelValue options 的变化
watch(
[() => props.modelValue, () => options.value],
([newValue, newOptions]) => {