Commit c76a1d80 authored by 李苏's avatar 李苏 💬

lxyl/common/ck/queryCk ckfl:'L'

parent d451c70f
...@@ -114,13 +114,16 @@ ...@@ -114,13 +114,16 @@
"value": "", "value": "",
"required": true, "required": true,
"typeConfig": { "typeConfig": {
"src": "jcsj/common/ck/queryCkid", "src": "lxyl/common/ck/queryCk",
"match": { "match": {
"value": "id", "value": "id",
"label": "name" "label": "name"
}, },
change: (row) => { change: (row) => {
this.form.bgy = row.bgy this.form.bgy = row.bgy
},
params:{
ckfl:'L'
} }
} }
}, },
......
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
"value": "", "value": "",
"required": true, "required": true,
"typeConfig": { "typeConfig": {
"src": "lxyl/common/ck/queryCkid", "src": "lxyl/common/ck/queryCk",
"match": { "match": {
"value": "id", "value": "id",
"label": "name" "label": "name"
...@@ -225,6 +225,9 @@ ...@@ -225,6 +225,9 @@
change:(row)=>{ change:(row)=>{
this.form.hzName=row.hzName this.form.hzName=row.hzName
this.form.hzid=row.hzid this.form.hzid=row.hzid
},
params:{
ckfl:'L'
} }
} }
}, },
......
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