'首页动态图标添加'
This commit is contained in:
@@ -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: {
|
||||
/**所有按钮事件 */
|
||||
|
||||
Reference in New Issue
Block a user