Commit 1d8df2b2 by xue_wengang

Update queryUser.vue

parent dc0ad080
......@@ -115,6 +115,7 @@ export default {
page: 1,
policemanid: "",
trueName: "",
sfbhxj:'1'
},
cxQueryField: [
{
......@@ -153,6 +154,24 @@ export default {
codeTree: "CODE_UNIT",
},
{
name: "是否查询下级",
id: "sfbhxj",
type: "radio",
value: "",
placeholder: "",
col: "3",
radioData: [
{
label: "不展示",
val: 0,
},
{
label: "展示",
val: 1,
},
],
},
{
name: "用户状态",
id: "openFlag",
type: "radio",
......@@ -272,7 +291,7 @@ export default {
},
methods: {
editInfo(scope) {
debugger
debugger;
this.$router.pushToTab({
path: "/editXg",
query: {
......
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