|
@@ -22,7 +22,6 @@
|
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
|
:options="deptOption"
|
|
:options="deptOption"
|
|
|
:props="cascaderProps"
|
|
:props="cascaderProps"
|
|
|
- @change="handleCascaderChange"
|
|
|
|
|
clearable
|
|
clearable
|
|
|
></el-cascader>
|
|
></el-cascader>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -193,6 +192,7 @@ let tableData = ref([
|
|
|
])
|
|
])
|
|
|
// 查询
|
|
// 查询
|
|
|
const search = () => {
|
|
const search = () => {
|
|
|
|
|
+ insuranceForm.value.userDept = insuranceForm.value.userDeptId[insuranceForm.value.userDeptId.length - 1]
|
|
|
initData()
|
|
initData()
|
|
|
}
|
|
}
|
|
|
// 重置
|
|
// 重置
|
|
@@ -534,10 +534,6 @@ const initDept = () => {
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-const handleCascaderChange = (value) => {
|
|
|
|
|
- insuranceForm.value.userDept = value[value.length - 1]
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
|
initData()
|
|
initData()
|
|
|
initCompany()
|
|
initCompany()
|