feat: 关闭验证码,修复待检任务

This commit is contained in:
砂糖
2025-10-10 10:24:31 +08:00
parent e9e8d10ded
commit b0b8416e2f
6 changed files with 16 additions and 73 deletions

View File

@@ -211,10 +211,10 @@ export default {
watch: {
"$route.query.commissionId": {
handler(newVal) {
if (newVal) {
// if (newVal) {
this.queryParams.commissionId = newVal;
this.getList();
}
// }
},
immediate: true
}