'首页动态图标添加'

This commit is contained in:
hhl123456789
2024-03-01 18:14:15 +08:00
parent e305b7b668
commit 7cfdcd1fc5
4 changed files with 139 additions and 21 deletions
+9 -2
View File
@@ -284,14 +284,21 @@ export default {
}
this.caseStausArr.push(item);
});
if (this.$route.query.caseFlowId) {
// if (this.$route.query.caseFlowId) {
// let querydata = Number(this.$route.query.caseFlowId);
// if (querydata > 0) {
// this.$set(this.queryParams, 'caseFlowId', querydata)
// }
// }
// this.getList(this.queryParams);
});
if (this.$route.query.caseFlowId) {
let querydata = Number(this.$route.query.caseFlowId);
if (querydata > 0) {
this.$set(this.queryParams, 'caseFlowId', querydata)
}
}
this.getList(this.queryParams);
});
},
methods: {
/**所有按钮事件 */