✨ feat: 关闭验证码,修复待检任务
This commit is contained in:
@@ -211,10 +211,10 @@ export default {
|
||||
watch: {
|
||||
"$route.query.commissionId": {
|
||||
handler(newVal) {
|
||||
if (newVal) {
|
||||
// if (newVal) {
|
||||
this.queryParams.commissionId = newVal;
|
||||
this.getList();
|
||||
}
|
||||
// }
|
||||
},
|
||||
immediate: true
|
||||
}
|
||||
|
||||
@@ -185,7 +185,7 @@ export default {
|
||||
detailData: {}
|
||||
};
|
||||
},
|
||||
created() {
|
||||
mounted() {
|
||||
this.getList();
|
||||
},
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user