This commit is contained in:
lcw
2026-01-20 17:07:25 +08:00
20 changed files with 644 additions and 170 deletions

View File

@ -50,11 +50,7 @@ const rules = reactive({
zpbmdm: [{ required: true, message: "请选择指派部门", trigger: "blur" }],
zpyy: [{ required: true, message: "请输入指派原因", trigger: "change" }],
});
watch(() => props.modelValue, (newVal, oldVal) => {
if (newVal) {
}
})
const elform = ref(null)
const submit = async () => {
elform.value.submit(() => {