BUG修改

This commit is contained in:
a0049873 2022-08-19 17:08:12 +08:00
parent 17dd883672
commit ac2d520db9
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-08-19 10:00:16 * @Date: 2022-08-19 10:00:16
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-08-19 16:53:31 * @LastEditTime: 2022-08-19 17:07:55
* @Description: 告诉大家这是什么 * @Description: 告诉大家这是什么
--> -->
<template> <template>
@ -91,6 +91,7 @@
const boxFlag = ref(false) const boxFlag = ref(false)
const imgSrc = ref(require('@/assets/cimSpecialArea/tcmr.jpg')) const imgSrc = ref(require('@/assets/cimSpecialArea/tcmr.jpg'))
const selectLeft = (dictLabel) => { const selectLeft = (dictLabel) => {
boxFlag.value = false
selectDictLabel.value = dictLabel selectDictLabel.value = dictLabel
getData(selectDictLabel.value) getData(selectDictLabel.value)
} }