提交 97b7c9f9 authored 作者: matian's avatar matian

updates

上级 f6deb81a
...@@ -10,7 +10,7 @@ const appList = ref() ...@@ -10,7 +10,7 @@ const appList = ref()
const listOptions = { const listOptions = {
remote: { remote: {
beforeRequest(params: any, isReset: boolean) { beforeRequest(params: any, isReset: boolean) {
params.work_locations = params.work_locations[0] + '-' + params.work_locations[1] params.work_locations = params.work_locations[0] + '-' + params.work_locations[1] || ''
if (isReset) { if (isReset) {
params.work_locations = '' params.work_locations = ''
} }
...@@ -141,7 +141,6 @@ const handleChange = () => { ...@@ -141,7 +141,6 @@ const handleChange = () => {
:options="treeList" :options="treeList"
@change="handleChange" @change="handleChange"
placeholder="地点" placeholder="地点"
clearable
></el-cascader> ></el-cascader>
</template> </template>
<template v-slot:status="{ row }"> <template v-slot:status="{ row }">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论