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

推合并解决冲突

parent 28bbb296
......@@ -32,7 +32,7 @@
v-model="form[item.name]"
:filterable="item.filterable"
:multiple="item.multiple"
clearable="true"
:clearable="true"
@change="item.change"
@clear="item.clear"
v-if="item.type === 'select'"
......@@ -79,7 +79,7 @@
v-if="item.type === 'cascader'"
v-model="selectedTreeID"
:filterable="item.filterable"
clearable="true"
:clearable="true"
change-on-select
@change="treeSelecteds"
:options="treeDatas"
......
......@@ -355,6 +355,7 @@ export default {
},
data() {
return {
isExport: false,
config: {
showType: "tableSelect",
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