From 7bc46f0968567d82f70d310da021e2fc3a707cae Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 30 五月 2024 15:04:49 +0800
Subject: [PATCH] 11
---
src/views/project/relativesconfirmation/index.vue | 10 ++++++----
src/views/project/tallage/computingBill/index.vue | 1 -
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/project/relativesconfirmation/index.vue b/src/views/project/relativesconfirmation/index.vue
index 1ca42ca..d726dac 100644
--- a/src/views/project/relativesconfirmation/index.vue
+++ b/src/views/project/relativesconfirmation/index.vue
@@ -196,7 +196,7 @@
type="text"
icon="el-icon-refrigerator"
@click="handledownload(scope.row)"
- v-if="scope.row.recordstate == '6'"
+ v-if="scope.row.workflow == '6'"
>涓嬭浇</el-button
>
<!-- <el-button
@@ -1123,7 +1123,9 @@
// this.nationality =res.data
// })
if (sessionStorage.getItem("relativesconfirmation")) {
- this.queryParams = JSON.parse(sessionStorage.getItem("relativesconfirmation"));
+ this.queryParams = JSON.parse(
+ sessionStorage.getItem("relativesconfirmation")
+ );
console.log(this.queryParams, "queryParams");
}
this.getuserlist();
@@ -1600,10 +1602,10 @@
path: "/organ/donationdetails/",
query: {
id: row.id,
- organType: "edit",
+ organType: "edit"
}
});
- return ;
+ return;
console.log("ppppppp", row);
this.showSaveBtn = false;
this.flowname = "瀹跺睘纭鐧昏";
diff --git a/src/views/project/tallage/computingBill/index.vue b/src/views/project/tallage/computingBill/index.vue
index 60cf63e..5556c94 100644
--- a/src/views/project/tallage/computingBill/index.vue
+++ b/src/views/project/tallage/computingBill/index.vue
@@ -872,7 +872,6 @@
if (this.multipleSelection.length <= selection.length) {
this.multipleSelection = selection;
} else {
- console.log(11);
this.multipleSelection.forEach(item => {
if (selection.includes(item)) {
} else {
--
Gitblit v1.9.3