From 32141827b395d2f89158b84139552493514c2cbb Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 17 Sep 2021 17:14:59 +0800
Subject: [PATCH] 同步
---
src/views/securityUnitChild/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/securityUnitChild/index.vue b/src/views/securityUnitChild/index.vue
index 58e1696..d271121 100644
--- a/src/views/securityUnitChild/index.vue
+++ b/src/views/securityUnitChild/index.vue
@@ -607,7 +607,7 @@
this.onLoad1(this.page1);
},
rowUpdate1(row, index, done, loading) {
- delete row.shareholdingratio;
+ // delete row.shareholdingratio;
delete row.tenantId;
console.log(row);
update1(row).then(
@@ -755,6 +755,8 @@
rowUpdate2(row, index, done, loading) {
console.log(row);
delete row.shareholdingratio;
+ // delete row.id;
+ delete row.rtime;
update2(row).then(
() => {
this.onLoad2(this.page2);
--
Gitblit v1.9.3