Commit cb8e3113 by zhangzhijie

修复“下一页”bug

parent dd043161
...@@ -1286,7 +1286,9 @@ export default { ...@@ -1286,7 +1286,9 @@ export default {
if (res.code == 200) { if (res.code == 200) {
self.$message.success("标注成功"); self.$message.success("标注成功");
self.bzzt = 1; self.bzzt = 1;
this.alreadyFinishedCount++; if (this.asjbhArraySearchData.bzzt == "2") {
this.alreadyFinishedCount++;
}
self.query(); self.query();
// self.$confirm("点击确定关闭当前窗口", "提示", { // self.$confirm("点击确定关闭当前窗口", "提示", {
// confirmButtonText: "确定", // confirmButtonText: "确定",
......
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