Commit b5ddb533 by maxiaohan

更新

parent d30d7552
...@@ -851,9 +851,7 @@ export default { ...@@ -851,9 +851,7 @@ export default {
this.currentQqid = this.sourcedatas[i - 1].qqid; this.currentQqid = this.sourcedatas[i - 1].qqid;
this.sourcebarcode = this.sourcedatas[i - 1].barcode; this.sourcebarcode = this.sourcedatas[i - 1].barcode;
this.activeIndex3 -= 1; this.activeIndex3 -= 1;
} else {
this.$message.error("已经是第一条数据了");
}
this.fingerLoading = true; this.fingerLoading = true;
// 指纹图清空 // 指纹图清空
this.clearsource(); this.clearsource();
...@@ -864,7 +862,9 @@ export default { ...@@ -864,7 +862,9 @@ export default {
this.getSourcePlainFingerPrintDetail(this.sourcebarcode); this.getSourcePlainFingerPrintDetail(this.sourcebarcode);
// 获取候选列表 // 获取候选列表
this.getMatchcandList(); this.getMatchcandList();
} else {
this.$message.error("已经是第一条数据了");
}
console.info(this.currentQqid); console.info(this.currentQqid);
console.info(this.sourcebarcode); console.info(this.sourcebarcode);
}, },
...@@ -875,9 +875,7 @@ export default { ...@@ -875,9 +875,7 @@ export default {
this.currentQqid = this.sourcedatas[i + 1].qqid; this.currentQqid = this.sourcedatas[i + 1].qqid;
this.sourcebarcode = this.sourcedatas[i + 1].barcode; this.sourcebarcode = this.sourcedatas[i + 1].barcode;
this.activeIndex3 += 1; this.activeIndex3 += 1;
} else {
this.$message.error("已经是最后一条数据了");
}
this.fingerLoading = true; this.fingerLoading = true;
// 指纹图清空 // 指纹图清空
this.clearsource(); this.clearsource();
...@@ -888,6 +886,9 @@ export default { ...@@ -888,6 +886,9 @@ export default {
this.getSourcePlainFingerPrintDetail(this.sourcebarcode); this.getSourcePlainFingerPrintDetail(this.sourcebarcode);
// 获取候选列表 // 获取候选列表
this.getMatchcandList(); this.getMatchcandList();
} else {
this.$message.error("已经是最后一条数据了");
}
console.info(this.currentQqid); console.info(this.currentQqid);
console.info(this.sourcebarcode); console.info(this.sourcebarcode);
}, },
......
...@@ -119,7 +119,7 @@ module.exports = { ...@@ -119,7 +119,7 @@ module.exports = {
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
"^/system": "" "^/system": "/security"
} }
} }
// 阿里 // 阿里
......
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