Commit d3b3d56f authored by 姬鋆屾's avatar 姬鋆屾

推合并解决冲突

parent 28bbb296
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
v-model="form[item.name]" v-model="form[item.name]"
:filterable="item.filterable" :filterable="item.filterable"
:multiple="item.multiple" :multiple="item.multiple"
clearable="true" :clearable="true"
@change="item.change" @change="item.change"
@clear="item.clear" @clear="item.clear"
v-if="item.type === 'select'" v-if="item.type === 'select'"
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
v-if="item.type === 'cascader'" v-if="item.type === 'cascader'"
v-model="selectedTreeID" v-model="selectedTreeID"
:filterable="item.filterable" :filterable="item.filterable"
clearable="true" :clearable="true"
change-on-select change-on-select
@change="treeSelecteds" @change="treeSelecteds"
:options="treeDatas" :options="treeDatas"
......
...@@ -355,6 +355,7 @@ export default { ...@@ -355,6 +355,7 @@ export default {
}, },
data() { data() {
return { return {
isExport: false,
config: { config: {
showType: "tableSelect", showType: "tableSelect",
isshowTabPane: true, isshowTabPane: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment