From d8eddaa039c163ebf0d902034fddaed21e8d9040 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期四, 21 三月 2024 15:04:16 +0800
Subject: [PATCH] 功能调整

---
 src/components/view/b2-standard-template.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/view/b2-standard-template.vue b/src/components/view/b2-standard-template.vue
index a01fe23..d6ca274 100644
--- a/src/components/view/b2-standard-template.vue
+++ b/src/components/view/b2-standard-template.vue
@@ -95,7 +95,7 @@
 						font: '缂栬緫',
 						type: 'text',
 						method: 'doDiy',
-						field: ['createUserName', 'updateUserName']
+						field: ['createUserName', 'updateUserName','thing']
 					}, {
 						id: 'delete',
 						font: '鍒犻櫎',
@@ -172,6 +172,7 @@
 			closed(){
 				this.loading = true
 				let data = luckysheet.toJson()
+				console.log(data);
 				this.$axios.post(this.$api.StandardTemplate.upStandardTemplate,{
 					id: this.row.id,
 					thing: JSON.stringify(data),
@@ -199,4 +200,4 @@
 			}
 		}
 	}
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3