Compare commits
3 Commits
7805c26f4a
...
daa78e128f
| Author | SHA1 | Date | |
|---|---|---|---|
| daa78e128f | |||
| 2ca594cb39 | |||
| c1213fcf59 |
@@ -1017,7 +1017,7 @@ function handleChange(value) {
|
|||||||
* 选择药品回调
|
* 选择药品回调
|
||||||
*/
|
*/
|
||||||
function selectAdviceBase(key, row) {
|
function selectAdviceBase(key, row) {
|
||||||
// 立即关闭当前弹窗
|
// 立即关闭当前弹窗
|
||||||
prescriptionList.value[rowIndex.value].showPopover = false;
|
prescriptionList.value[rowIndex.value].showPopover = false;
|
||||||
if (row.adviceType == 3) {
|
if (row.adviceType == 3) {
|
||||||
getActivityBindDevice({ activityId: row.adviceDefinitionId }).then((res) => {
|
getActivityBindDevice({ activityId: row.adviceDefinitionId }).then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user