修复typo

This commit is contained in:
piexlmax
2022-07-14 20:52:48 +08:00
parent f0d31fd48d
commit 82ade2a8f3
2 changed files with 10 additions and 11 deletions

View File

@@ -92,7 +92,7 @@
import { toLowerCase, toSQLLine } from '@/utils/stringFun'
import { getSysDictionaryList } from '@/api/sysDictionary'
import WarningBar from '@/components/warningBar/warningBar.vue'
import { reactive, ref } from 'vue'
import { ref } from 'vue'
const props = defineProps({
dialogMiddle: {
@@ -105,7 +105,6 @@ const props = defineProps({
const middleDate = ref({})
const dictOptions = ref([])
const ruleDialog = ref()
const typeSearchOptions = ref([
{
label: '=',