From 7486057a96d2a7fa0bba5e08c88b7f992dad1650 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 27 九月 2023 20:14:03 +0800 Subject: [PATCH] 输入 输出 增加超出点点,点击显示 --- src/components/AddIssue.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components/AddIssue.vue b/src/components/AddIssue.vue index aa22a78..6dc7240 100644 --- a/src/components/AddIssue.vue +++ b/src/components/AddIssue.vue @@ -278,6 +278,10 @@ this.num = 0; this.showBtn=1; this.isLoading=false + this.sencond=0 + this.sencondTimer=null + this.messageError='' + this.resParams= {}, this.$emit('isTip',this.islook) }, }, -- Gitblit v1.8.0