diff --git a/src/views/final/comp/NewFilterModal.vue b/src/views/final/comp/NewFilterModal.vue index ae1e823..3b9a219 100644 --- a/src/views/final/comp/NewFilterModal.vue +++ b/src/views/final/comp/NewFilterModal.vue @@ -150,7 +150,7 @@ function unformatValue(searchfield: string, searchvalue: any) { function createCondition() { formValue.conditions.push({ type: null, - operator: null, + operator: 'eq', result: null, }) } @@ -227,7 +227,7 @@ function leaveHandler() { formValue.conditions = [ { type: null, - operator: null, + operator: 'eq', result: null, }, ] @@ -269,7 +269,7 @@ defineExpose({ - + - + -1) { + if (loginRejectMessge.value.indexOf("用户名") > -1||loginRejectMessge.value.indexOf("账号") > -1) { return new Error(loginRejectMessge.value); } }, diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 52766bf..b2d789c 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -1,23 +1,28 @@