From de31647c81ab180fa31a0607daa421b94968157c Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Dec 2021 09:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=B8=8A=E6=9E=B6=E4=BC=81?= =?UTF-8?q?=E5=BE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppAskForm/{components => }/FormSetting.vue | 6 ++---- src/apps/AppAskForm/components/AddForm.vue | 2 +- src/apps/AppAskForm/components/List.vue | 10 +++++++--- 3 files changed, 10 insertions(+), 8 deletions(-) rename src/apps/AppAskForm/{components => }/FormSetting.vue (96%) diff --git a/src/apps/AppAskForm/components/FormSetting.vue b/src/apps/AppAskForm/FormSetting.vue similarity index 96% rename from src/apps/AppAskForm/components/FormSetting.vue rename to src/apps/AppAskForm/FormSetting.vue index 749f8e02..c19832aa 100644 --- a/src/apps/AppAskForm/components/FormSetting.vue +++ b/src/apps/AppAskForm/FormSetting.vue @@ -9,7 +9,7 @@
- 永久有效 + 永久有效 自定义时间 @@ -40,7 +40,7 @@
- 不限次数 + 不限次数 限提交一次
@@ -104,9 +104,7 @@ export default { mounted() { if (this.id) { - this.id = this.id this.getInfo(this.id) - this.type = this.type } else if (this.formConfig) { const res = this.formConfig this.periodValidityType = res.periodValidityType || '0' diff --git a/src/apps/AppAskForm/components/AddForm.vue b/src/apps/AppAskForm/components/AddForm.vue index 546ef94a..8384bcce 100644 --- a/src/apps/AppAskForm/components/AddForm.vue +++ b/src/apps/AppAskForm/components/AddForm.vue @@ -141,7 +141,7 @@