From e8a4ef3f33e3b8b53170f920a0e8397048de6648 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Mon, 21 Aug 2023 09:42:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
subpkg/contract/contract.vue | 2 +-
subpkg/newArchives/newArchives.vue | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/subpkg/contract/contract.vue b/subpkg/contract/contract.vue
index 1250c91..5921608 100644
--- a/subpkg/contract/contract.vue
+++ b/subpkg/contract/contract.vue
@@ -158,7 +158,7 @@
applyNo: contract_no
}).then(res => {
if (res.code != 1) {
- Toast(res.msg)
+ Toast(res.msg||'合同未签订')
}
uni.navigateTo({
url: `/subpkg/pdfView/pdfView?url=${res.data.url}`
diff --git a/subpkg/newArchives/newArchives.vue b/subpkg/newArchives/newArchives.vue
index 95ce837..0b0c3af 100644
--- a/subpkg/newArchives/newArchives.vue
+++ b/subpkg/newArchives/newArchives.vue
@@ -16,7 +16,7 @@
-
+
@@ -255,11 +255,13 @@
address.brigade_name ? str += address.brigade_name : null;
return str;
}
+ },
+ watch:{
+
},
methods: {
// 新增档案
async addArchives() {
- console.log(this.formData);
try {
// Toast('开发中')
// let refsDatas = this.loadRefsDatas();