From 64ef5cc0ffd379e606ff67cac662a8c54177b7c2 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期三, 28 五月 2025 15:01:24 +0800 Subject: [PATCH] 对接菌种库操作员评定接口和写页面 --- culture/src/views/system/user/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/culture/src/views/system/user/index.vue b/culture/src/views/system/user/index.vue index 49fabfd..05ef885 100644 --- a/culture/src/views/system/user/index.vue +++ b/culture/src/views/system/user/index.vue @@ -133,11 +133,11 @@ }, mounted() { }, methods: { - getTypeList() { - typeList().then((res) => { - this.deptTypeList = res.data.data - }) - }, + // getTypeList() { + // typeList().then((res) => { + // this.deptTypeList = res.data.data + // }) + // }, getRoleList() { roleList().then((res) => { this.roleList = res -- Gitblit v1.7.1