Commit 3db21c76 by xue_wengang

Update dgjzhfx.vue

parent fd67ac85
......@@ -20,10 +20,10 @@ export default {
{
id: "zjhm",
type: "text",
placeholder: "证件号码",
placeholder: "案件编号",
col: "3",
rules: [
{ required: true, message: "请输入证件号码", trigger: "blur" },
{ required: true, message: "请输入案件编号", trigger: "blur" },
],
},
],
......@@ -47,7 +47,7 @@ export default {
},
methods: {
goDetail() {
let path = `${this.$baseUrl.alyIP9}/#/JumpPage/admin/admin`;
let path = `${this.$baseUrl.alyIP9}/#/JumpPage/admin/admin/${this.form.zjhm}`;
// let path = `${this.$baseUrl.alyIP12}/#/jumppage/admin/founder15/${this.form.zjhm}`;
window.open(path, "_blank");
},
......
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