|
|
|
@ -308,6 +308,7 @@ import { mapState } from 'vuex'; |
|
|
|
import Sortable from "sortablejs"; |
|
|
|
import { getapi, postapi, putapi, deletapi } from "@/api/api"; |
|
|
|
import { getPagePriv, checkPagePriv, deepCopy, arrayExistObj } from '../../utlis/proFunc'; |
|
|
|
|
|
|
|
export default { |
|
|
|
components: {}, |
|
|
|
props: ["patientRegisterId", "tabChoosed"], |
|
|
|
@ -1235,6 +1236,7 @@ export default { |
|
|
|
return |
|
|
|
} |
|
|
|
|
|
|
|
/* |
|
|
|
let menus = [ |
|
|
|
{ label: '测试菜单', itemId: '测试菜单', enabled: true } |
|
|
|
] |
|
|
|
@ -1249,18 +1251,19 @@ export default { |
|
|
|
.finally(() => { |
|
|
|
console.log('finally') |
|
|
|
}) |
|
|
|
*/ |
|
|
|
|
|
|
|
// console.log('this.$peisAPI.contextMenuForPeis()') |
|
|
|
// this.$peisAPI.contextMenuForPeis() |
|
|
|
// .then(res => { |
|
|
|
// console.log('res', res) |
|
|
|
// }) |
|
|
|
// .catch(err => { |
|
|
|
// console.log('err', err) |
|
|
|
// }) |
|
|
|
// .finally(() => { |
|
|
|
// console.log('finally') |
|
|
|
// }) |
|
|
|
this.$peisAPI.contextMenuForPeis() |
|
|
|
.then(res => { |
|
|
|
console.log('res', res) |
|
|
|
}) |
|
|
|
.catch(err => { |
|
|
|
console.log('err', err) |
|
|
|
}) |
|
|
|
.finally(() => { |
|
|
|
console.log('finally') |
|
|
|
}) |
|
|
|
|
|
|
|
/* |
|
|
|
let items = [ |
|
|
|
@ -1414,5 +1417,6 @@ export default { |
|
|
|
::v-deep .diagnosisSelect .el-select-dropdown__wrap { |
|
|
|
background-color: #FFF; |
|
|
|
max-height: 288px; |
|
|
|
max-width: 780px; |
|
|
|
} |
|
|
|
</style> |