feat:天平连接
This commit is contained in:
@@ -64,6 +64,7 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
const emit = defineEmits(['update:showPopup'])
|
||||
// Data
|
||||
const curSample = ref({})
|
||||
const curParameterKey = ref('')
|
||||
@@ -79,7 +80,7 @@ const getAllIndexes = arr => {
|
||||
}
|
||||
|
||||
const close = () => {
|
||||
uni.$emit('sample-detail-popup_close')
|
||||
emit('update:showPopup', false)
|
||||
}
|
||||
|
||||
const getSampleData = () => {
|
||||
|
||||
Reference in New Issue
Block a user