From d10f4a790a3ee8eabb0d31ac2243062b2393183d Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 24 Oct 2024 11:06:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E9=A1=B5=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/testx.vue | 88 ++++++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 34 deletions(-) diff --git a/src/views/home/testx.vue b/src/views/home/testx.vue index 2efb0ea9..6b13dbc0 100644 --- a/src/views/home/testx.vue +++ b/src/views/home/testx.vue @@ -1,38 +1,58 @@ \ No newline at end of file + name: "testx", + components: {}, + data() { + return { + currentM: "", + apiObj: this.$API.system.dept.list, + x: "3607937377546706944", + x_name: "光芯科技", + // x:null, + apiObj2: this.$API.system.user.list, + x2: {}, + }; + }, + mounted() {}, + methods: {}, +}; +