|
@@ -115,7 +115,6 @@
|
|
|
import { nextTick, ref, watch } from 'vue'
|
|
|
import { getArrValue, getObjValue } from 'js-fast-way'
|
|
|
import queryApi from '~api/data-fill/query'
|
|
|
-import { getStoreValue } from '~src/utils/storage'
|
|
|
|
|
|
// 接收父组件传入的属性
|
|
|
const props = defineProps({
|
|
@@ -135,7 +134,6 @@ const props = defineProps({
|
|
|
type: String,
|
|
|
default: '',
|
|
|
},
|
|
|
-
|
|
|
})
|
|
|
|
|
|
// 事件
|