Commit 01b6d646 by hd

fix: new

parent c9d0bf91
......@@ -121,6 +121,7 @@ export default {
{ value: "TB_XW_JSASJ", name: "接受案事件信息" },
{ value: "lxr", name: "联系人信息" },
{ value: "sjcskj", name: "数据传输快照" },
{ value: "TB_ST_RY_ZP", name: "人员照片" }
],
value: "",
col: "3",
......@@ -133,6 +134,14 @@ export default {
col: "3",
hidden: true,
},
{
name: "人员编号",
id: "zhfzxyr_asjxgrybh",
type: "text",
value: "",
col: "3",
hidden: true,
},
],
access_token: "",
jsonData: {},
......@@ -230,8 +239,10 @@ export default {
handler(value) {
if (value == "lxr") {
this.$set(this.propQueryField[1], "hidden", true);
this.$set(this.propQueryField[2], "hidden", true);
} else {
this.$set(this.propQueryField[1], "hidden", false);
this.$set(this.propQueryField[2], "hidden", false);
}
},
},
......
......@@ -107,11 +107,11 @@ export default {
radioData: [
{
value: "1",
label: "本单位的",
name: "本单位的",
},
{
value: "2",
label: "我辖区的",
name: "我辖区的",
},
],
},
......
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