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 @@