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: {}, +}; +