diff --git a/dangan-ui/src/views/dangan/birthDJ/index.vue b/dangan-ui/src/views/dangan/birthDJ/index.vue
index 2477fc8..03b0e9a 100644
--- a/dangan-ui/src/views/dangan/birthDJ/index.vue
+++ b/dangan-ui/src/views/dangan/birthDJ/index.vue
@@ -176,7 +176,7 @@
-
+
删除
+ 识别图片
@@ -725,6 +730,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -732,6 +761,7 @@
import { listBirthDJ, getBirthDJ, delBirthDJ, addBirthDJ, updateBirthDJ } from "@/api/dangan/birthDJ";
import { listCatalog } from "@/api/dangan/catalog";
import { listPictureRecard } from "@/api/dangan/pictureRecard";
+import { listByIds } from "@/api/dangan/task";
export default {
name: "BirthDJ",
@@ -846,6 +876,18 @@ export default {
list: [],
// 选中数据
node: null
+ },
+ // 相关图片
+ sbtp:{
+ title: null,
+ open: false,
+ list: [],
+ total: 0,
+ queryParams:{
+ pageNum: 1,
+ pageSize: 10,
+ ids: null
+ }
}
};
},
@@ -1117,6 +1159,25 @@ export default {
handleNodeClick(data, Node) {
this.damlInfo.node = Node;
},
+ // 图片详情
+ handleDetail(row){
+ console.log(123789,row);
+ this.sbtp.queryParams.pageNum = 1;
+ this.sbtp.queryParams.ids = row.picIds,
+ this.sbtp.open = true;
+ this.sbtpQuery();
+ },
+ sbtpQuery(){
+ this.sbtp.list = [];
+ this.sbtp.loading = true;
+ listByIds(this.sbtp.queryParams).then(response => {
+ this.sbtp.list = response.rows;
+ this.sbtp.total = response.total;
+ this.sbtp.loading = false;
+ }).catch(()=>{
+ this.sbtp.loading = false;
+ });
+ },
}
};
diff --git a/dangan-ui/src/views/dangan/czrkdj/index.vue b/dangan-ui/src/views/dangan/czrkdj/index.vue
index 7104914..85afff9 100644
--- a/dangan-ui/src/views/dangan/czrkdj/index.vue
+++ b/dangan-ui/src/views/dangan/czrkdj/index.vue
@@ -156,7 +156,7 @@
-
+
删除
+ 识别图片
@@ -344,7 +349,7 @@
-
+
删除
+ 识别图片
@@ -535,7 +545,7 @@
-
+
删除
+ 识别图片
@@ -710,7 +725,7 @@
-
+
删除
+ 识别图片
@@ -2261,6 +2281,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2268,6 +2312,7 @@
import { listCzrkdj, getCzrkdj, delCzrkdj, addCzrkdj, updateCzrkdj } from "@/api/dangan/czrkdj";
import { listCatalog } from "@/api/dangan/catalog";
import { listPictureRecard } from "@/api/dangan/pictureRecard";
+import { listByIds } from "@/api/dangan/task";
export default {
name: "Czrkdj",
@@ -2407,6 +2452,18 @@ export default {
list: [],
// 选中数据
node: null
+ },
+ // 相关图片
+ sbtp:{
+ title: null,
+ open: false,
+ list: [],
+ total: 0,
+ queryParams:{
+ pageNum: 1,
+ pageSize: 10,
+ ids: null
+ }
}
};
},
@@ -2785,6 +2842,25 @@ export default {
handleNodeClick(data, Node) {
this.damlInfo.node = Node;
},
+ // 图片详情
+ handleDetail(row){
+ console.log(123789,row);
+ this.sbtp.queryParams.pageNum = 1;
+ this.sbtp.queryParams.ids = row.picIds,
+ this.sbtp.open = true;
+ this.sbtpQuery();
+ },
+ sbtpQuery(){
+ this.sbtp.list = [];
+ this.sbtp.loading = true;
+ listByIds(this.sbtp.queryParams).then(response => {
+ this.sbtp.list = response.rows;
+ this.sbtp.total = response.total;
+ this.sbtp.loading = false;
+ }).catch(()=>{
+ this.sbtp.loading = false;
+ });
+ },
}
};
diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue
index d056b86..0bcf40a 100644
--- a/dangan-ui/src/views/dangan/pictureRecard/index.vue
+++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue
@@ -49,14 +49,14 @@
@keyup.enter.native="handleQuery"
/>
-->
-
+
-->
-
+
diff --git a/dangan-ui/src/views/dangan/qyz/index.vue b/dangan-ui/src/views/dangan/qyz/index.vue
index 4697f8d..d986a53 100644
--- a/dangan-ui/src/views/dangan/qyz/index.vue
+++ b/dangan-ui/src/views/dangan/qyz/index.vue
@@ -147,7 +147,7 @@
-
+
删除
+ 识别图片
@@ -716,6 +721,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -723,6 +752,7 @@
import { listQyz, getQyz, delQyz, addQyz, updateQyz } from "@/api/dangan/qyz";
import { listCatalog } from "@/api/dangan/catalog";
import { listPictureRecard } from "@/api/dangan/pictureRecard";
+import { listByIds } from "@/api/dangan/task";
export default {
name: "Qyz",
@@ -843,6 +873,18 @@ export default {
list: [],
// 选中数据
node: null
+ },
+ // 相关图片
+ sbtp:{
+ title: null,
+ open: false,
+ list: [],
+ total: 0,
+ queryParams:{
+ pageNum: 1,
+ pageSize: 10,
+ ids: null
+ }
}
};
},
@@ -1114,6 +1156,25 @@ export default {
handleNodeClick(data, Node) {
this.damlInfo.node = Node;
},
+ // 图片详情
+ handleDetail(row){
+ console.log(123789,row);
+ this.sbtp.queryParams.pageNum = 1;
+ this.sbtp.queryParams.ids = row.picIds,
+ this.sbtp.open = true;
+ this.sbtpQuery();
+ },
+ sbtpQuery(){
+ this.sbtp.list = [];
+ this.sbtp.loading = true;
+ listByIds(this.sbtp.queryParams).then(response => {
+ this.sbtp.list = response.rows;
+ this.sbtp.total = response.total;
+ this.sbtp.loading = false;
+ }).catch(()=>{
+ this.sbtp.loading = false;
+ });
+ },
}
};
diff --git a/dangan-ui/src/views/dangan/ytzm/index.vue b/dangan-ui/src/views/dangan/ytzm/index.vue
index 79f24a3..467fba6 100644
--- a/dangan-ui/src/views/dangan/ytzm/index.vue
+++ b/dangan-ui/src/views/dangan/ytzm/index.vue
@@ -158,7 +158,7 @@
-
+
删除
+ 识别图片
@@ -661,6 +666,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -668,6 +697,7 @@
import { listYtzm, getYtzm, delYtzm, addYtzm, updateYtzm } from "@/api/dangan/ytzm";
import { listCatalog } from "@/api/dangan/catalog";
import { listPictureRecard } from "@/api/dangan/pictureRecard";
+import { listByIds } from "@/api/dangan/task";
export default {
name: "Ytzm",
@@ -778,6 +808,18 @@ export default {
list: [],
// 选中数据
node: null
+ },
+ // 相关图片
+ sbtp:{
+ title: null,
+ open: false,
+ list: [],
+ total: 0,
+ queryParams:{
+ pageNum: 1,
+ pageSize: 10,
+ ids: null
+ }
}
};
},
@@ -1045,6 +1087,25 @@ export default {
handleNodeClick(data, Node) {
this.damlInfo.node = Node;
},
+ // 图片详情
+ handleDetail(row){
+ console.log(123789,row);
+ this.sbtp.queryParams.pageNum = 1;
+ this.sbtp.queryParams.ids = row.picIds,
+ this.sbtp.open = true;
+ this.sbtpQuery();
+ },
+ sbtpQuery(){
+ this.sbtp.list = [];
+ this.sbtp.loading = true;
+ listByIds(this.sbtp.queryParams).then(response => {
+ this.sbtp.list = response.rows;
+ this.sbtp.total = response.total;
+ this.sbtp.loading = false;
+ }).catch(()=>{
+ this.sbtp.loading = false;
+ });
+ },
}
};
diff --git a/dangan-ui/src/views/dangan/zfnyhkcg/index.vue b/dangan-ui/src/views/dangan/zfnyhkcg/index.vue
index 95550f8..c4a7fcc 100644
--- a/dangan-ui/src/views/dangan/zfnyhkcg/index.vue
+++ b/dangan-ui/src/views/dangan/zfnyhkcg/index.vue
@@ -128,7 +128,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
删除
+ 识别图片
@@ -738,6 +743,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -745,6 +774,7 @@
import { listZfnyhkcg, getZfnyhkcg, delZfnyhkcg, addZfnyhkcg, updateZfnyhkcg } from "@/api/dangan/zfnyhkcg";
import { listCatalog } from "@/api/dangan/catalog";
import { listPictureRecard } from "@/api/dangan/pictureRecard";
+import { listByIds } from "@/api/dangan/task";
export default {
name: "Zfnyhkcg",
@@ -861,6 +891,18 @@ export default {
list: [],
// 选中数据
node: null
+ },
+ // 相关图片
+ sbtp:{
+ title: null,
+ open: false,
+ list: [],
+ total: 0,
+ queryParams:{
+ pageNum: 1,
+ pageSize: 10,
+ ids: null
+ }
}
};
},
@@ -1134,6 +1176,25 @@ export default {
handleNodeClick(data, Node) {
this.damlInfo.node = Node;
},
+ // 图片详情
+ handleDetail(row){
+ console.log(123789,row);
+ this.sbtp.queryParams.pageNum = 1;
+ this.sbtp.queryParams.ids = row.picIds,
+ this.sbtp.open = true;
+ this.sbtpQuery();
+ },
+ sbtpQuery(){
+ this.sbtp.list = [];
+ this.sbtp.loading = true;
+ listByIds(this.sbtp.queryParams).then(response => {
+ this.sbtp.list = response.rows;
+ this.sbtp.total = response.total;
+ this.sbtp.loading = false;
+ }).catch(()=>{
+ this.sbtp.loading = false;
+ });
+ },
}
};
diff --git a/dangan-ui/src/views/dangan/zqz/index.vue b/dangan-ui/src/views/dangan/zqz/index.vue
index 266498d..4a12556 100644
--- a/dangan-ui/src/views/dangan/zqz/index.vue
+++ b/dangan-ui/src/views/dangan/zqz/index.vue
@@ -182,7 +182,7 @@
-
+
删除
+ 识别图片
@@ -863,6 +868,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -870,6 +899,7 @@
import { listZqz, getZqz, delZqz, addZqz, updateZqz } from "@/api/dangan/zqz";
import { listCatalog } from "@/api/dangan/catalog";
import { listPictureRecard } from "@/api/dangan/pictureRecard";
+import { listByIds } from "@/api/dangan/task";
export default {
name: "Zqz",
@@ -995,6 +1025,18 @@ export default {
list: [],
// 选中数据
node: null
+ },
+ // 相关图片
+ sbtp:{
+ title: null,
+ open: false,
+ list: [],
+ total: 0,
+ queryParams:{
+ pageNum: 1,
+ pageSize: 10,
+ ids: null
+ }
}
};
},
@@ -1276,6 +1318,25 @@ export default {
handleNodeClick(data, Node) {
this.damlInfo.node = Node;
},
+ // 图片详情
+ handleDetail(row){
+ console.log(123789,row);
+ this.sbtp.queryParams.pageNum = 1;
+ this.sbtp.queryParams.ids = row.picIds,
+ this.sbtp.open = true;
+ this.sbtpQuery();
+ },
+ sbtpQuery(){
+ this.sbtp.list = [];
+ this.sbtp.loading = true;
+ listByIds(this.sbtp.queryParams).then(response => {
+ this.sbtp.list = response.rows;
+ this.sbtp.total = response.total;
+ this.sbtp.loading = false;
+ }).catch(()=>{
+ this.sbtp.loading = false;
+ });
+ },
}
};