From 3ac290329c0dcbcc421b2b06e314e47d293bf7da Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Thu, 7 Sep 2023 17:53:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/newArchives/banquetFuneral.vue | 4 ++--
components/newArchives/deepProcessing.vue | 7 +++++--
components/newArchives/thickProcessing.vue | 9 ++++++---
subpkg/updateArchives/updateArchives.vue | 2 +-
4 files changed, 14 insertions(+), 8 deletions(-)
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