Commit 4742c06a authored by 高宇's avatar 高宇

修复 bug;

parent ca18ced2
......@@ -111,7 +111,8 @@
toView (item) {
// console.log(item)
let obj = {
name: 'ofClient',
app: 'client',
name: 'viewClient',
params: {
id: item.client_id
}
......
......@@ -32,7 +32,7 @@
change-on-select
v-if="item.itemKey"
:options="item.value"
@change="setCascader(item, key)"
@change="setCascader(item)"
></el-cascader>
</el-form-item>
</el-col>
......
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