diff --git a/components/newArchives/banquetFuneral.vue b/components/newArchives/banquetFuneral.vue index 734c229..8b24d4a 100644 --- a/components/newArchives/banquetFuneral.vue +++ b/components/newArchives/banquetFuneral.vue @@ -52,8 +52,8 @@ - - + + diff --git a/components/newArchives/deepProcessing.vue b/components/newArchives/deepProcessing.vue index cb57068..b07e573 100644 --- a/components/newArchives/deepProcessing.vue +++ b/components/newArchives/deepProcessing.vue @@ -73,7 +73,7 @@ - + @@ -149,7 +149,7 @@ - + @@ -232,6 +232,9 @@ // 初始化校验 initRules() { let arr = Object.keys(this.formData); + arr = arr.filter(item=>{ + return item!="business_appeal" + }) arr.forEach(key => { this.rules[key] = { validator: (rule, value, callback) => { diff --git a/components/newArchives/thickProcessing.vue b/components/newArchives/thickProcessing.vue index 3a25bcc..a14068a 100644 --- a/components/newArchives/thickProcessing.vue +++ b/components/newArchives/thickProcessing.vue @@ -73,7 +73,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -149,7 +149,7 @@ - + @@ -232,6 +232,9 @@ // 初始化校验 initRules() { let arr = Object.keys(this.formData); + arr = arr.filter(item=>{ + return item!="business_appeal" + }) arr.forEach(key => { this.rules[key] = { validator: (rule, value, callback) => { diff --git a/subpkg/updateArchives/updateArchives.vue b/subpkg/updateArchives/updateArchives.vue index 1bd9b7c..086344c 100644 --- a/subpkg/updateArchives/updateArchives.vue +++ b/subpkg/updateArchives/updateArchives.vue @@ -151,7 +151,7 @@ if (this.showDemandList.length == 0) return Toast('请先添加需求!'); let refsDatas = await this.loadRefsDatas(); if (!this.updateFlag) return; - return ; + // return ; uni.showLoading({ title: '正在更新...', mask: true