Commit 9fdf5d22 by gao_yingdong

侦查脑图跳转脑图传参

parent 20cb92ce
......@@ -743,10 +743,19 @@ export default {
// });
},
toBrai(scope) {
let ajfl = "";
if (scope.row.ajfl == "2") {
ajfl = "hnDxzp";
} else if (scope.row.ajfl == "1") {
ajfl = "shse";
} else {
ajfl = "AjXx";
}
debugger
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
var idcard = userInfo.identitycard;
var params = {
type: this.typeNt,
type: ajfl,
kybh: scope.row.asjbh,
userId: idcard,
// username: userInfo.userName,
......@@ -775,19 +784,19 @@ export default {
},
},
watch: {
"cxFormData.ajfl": {
handler(val, old) {
debugger;
if (val == "2") {
this.typeNt = "hnDxzp";
} else if (val == "1") {
this.typeNt = "shse";
} else {
this.typeNt = "AjXx";
}
},
deep: true,
},
// "cxFormData.ajfl": {
// handler(val, old) {
// debugger;
// if (val == "2") {
// this.typeNt = "hnDxzp";
// } else if (val == "1") {
// this.typeNt = "shse";
// } else {
// this.typeNt = "AjXx";
// }
// },
// deep: true,
// },
},
};
</script>
......
......@@ -59,6 +59,7 @@ module.exports = {
proxy: {
"/apialy": {
target: "http://39.99.155.173:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// target: "http://192.168.1.113:8762", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// ws: true,
changeOrigin: true,
secure: false,
......
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