瀏覽代碼

医嘱权限

csx 5 年之前
父節點
當前提交
847b20b9aa
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      src/pages/main/dialog/OrdersDialog.vue

+ 0 - 6
src/pages/main/dialog/OrdersDialog.vue 查看文件

781
         }
781
         }
782
         return year + '-' + month + '-' + day + ' ' + hour + ':' + minute + ':00'
782
         return year + '-' + month + '-' + day + ' ' + hour + ':' + minute + ':00'
783
       }, deleteSubAdviceAction: function () {
783
       }, deleteSubAdviceAction: function () {
784
-        if (this.$store.getters.user.user.user_type == 3&& !this.isPremission){
785
-          return
786
-        }
787
         if (this.currentSubAdvices.length <= 0) {
784
         if (this.currentSubAdvices.length <= 0) {
788
           return
785
           return
789
         }
786
         }
1191
         this.current_advice_index = -1
1188
         this.current_advice_index = -1
1192
         this.current_advice = null
1189
         this.current_advice = null
1193
       }, modifySubdviceAction: function () {
1190
       }, modifySubdviceAction: function () {
1194
-        if (this.$store.getters.user.user.user_type == 3&& !this.isPremission){
1195
-          return
1196
-        }
1197
         if (this.currentSubAdvices.length <= 0) {
1191
         if (this.currentSubAdvices.length <= 0) {
1198
           return
1192
           return
1199
         }
1193
         }