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

修复 bug;

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