Commit 7437bb35 by 张超军

案件指位保存

parent 73b796fe
<!--
* @Author: your name
* @Date: 2021-12-03 15:35:26
* @LastEditTime: 2021-12-13 21:00:53
* @LastEditTime: 2021-12-15 10:18:12
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \指纹系统\founder_vue\src\views\bzxxgl\fhxxLT.vue
......@@ -263,6 +263,31 @@ export default {
},
methods: {
/**
* 获取指纹(案件)图片
*/
getFingerPic() {
this.$axios({
method: 'post',
url: '/org/case/barcode/seq',
data: {
barcode: allData.ysxtAsjbh,
seqno: allData.xczwxh
}
}).then(res => {
console.log(res);
})
this.$axios({
method: 'post',
url: '/org/case/barcode/seq',
data: {
barcode: allData.destYsxtAsjbh,
seqno: allData.bzxxXczwxh
}
}).then(res => {
console.log(res);
})
},
/**
* 確認解除比中关系
*/
confirmRelieveChange () {
......
......@@ -159,12 +159,6 @@ export default {
self.$bus.emit("changImageEditTarget", 'xxx');
}
});
// this.$axios
// .get(`/api/org/plainByBarcode/${val.destbarcode}/${val.destid}`)
// .then(response => {
// //console.log(response);
// self.$bus.emit("changImageEditTarget", response.data.ret.image);
// });
}
else {
self.$bus.emit("changImageEditTarget", 'xxx');
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-12-14 20:28:13
* @LastEditTime: 2021-12-15 10:06:44
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -92,14 +92,14 @@ module.exports = {
// target: "http://192.168.0.137:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://192.168.128.166:8099/", // 张 认定
// target: "http://192.168.128.121:8099/", // 湖南-张
// target: "http://192.168.128.114:8099", // 湖南-马
target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.116:8099", // 湖南-王
// target: "http://192.168.128.118:8764", // 湖南-张呈光
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
// target: "http://www.meetfood.cn:2390", // 湖南-线上
target:"http://zwpt.xzclub.top:9333/",
// target:"http://zwpt.xzclub.top:9333/",
// target: "http://192.168.128.115:8099", // 江
ws: true,
changeOrigin: true,
......
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