Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -1017,6 +1017,8 @@ function handleChange(value) {
|
|||||||
* 选择药品回调
|
* 选择药品回调
|
||||||
*/
|
*/
|
||||||
function selectAdviceBase(key, row) {
|
function selectAdviceBase(key, row) {
|
||||||
|
// 立即关闭当前弹窗
|
||||||
|
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) => {
|
||||||
if (res.data.activityBindDeviceInfos?.length > 0) {
|
if (res.data.activityBindDeviceInfos?.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user