修改
This commit is contained in:
parent
f93fbe89c3
commit
04b76ddc4c
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { listQuestion, getQuestion, delQuestion, addQuestion, updateQuestion, getDepartmentList, selectUserDepartment, diseaseList, updateclassification } from "@/api/system/question";
|
import { listQuestion, getQuestion, delQuestion, addQuestion, updateQuestion, getDepartmentList, selectUserDepartment, diseaseList, updateclassification } from "@/api/system/question";
|
||||||
import Cookies from 'js-cookie'
|
|
||||||
export default {
|
export default {
|
||||||
name: "Question",
|
name: "Question",
|
||||||
data() {
|
data() {
|
||||||
@ -258,8 +258,7 @@ export default {
|
|||||||
/** 查询科室下拉树结构 */
|
/** 查询科室下拉树结构 */
|
||||||
getTreeselect() {
|
getTreeselect() {
|
||||||
getDepartmentList({
|
getDepartmentList({
|
||||||
departmentName: this.departmentName,
|
departmentName: this.departmentName
|
||||||
userId:Cookies.get('userId')
|
|
||||||
}).then(response => {
|
}).then(response => {
|
||||||
// response.data.forEach(e => {
|
// response.data.forEach(e => {
|
||||||
// e.label = e.departmentName
|
// e.label = e.departmentName
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user