Browse Source

分支切换

maotao 7 months ago
parent
commit
c65554b212
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pages/categoryOne/categoryOne.vue

+ 4 - 1
pages/categoryOne/categoryOne.vue

@@ -63,7 +63,10 @@
63
     let postData = {
63
     let postData = {
64
       // idx: dataInfo.idx,
64
       // idx: dataInfo.idx,
65
       // sum: 9999,
65
       // sum: 9999,
66
-			category: {hierarchy: 1}
66
+			category: {
67
+				hierarchy: 1,
68
+				dutyIds: loginUserStore.loginUser.user.currentHospital.id
69
+			}
67
       // incidentcategory: {
70
       // incidentcategory: {
68
       //   selectType: 'one',
71
       //   selectType: 'one',
69
       // }
72
       // }