|
|
@@ -24,7 +24,6 @@ import type { ResponseInfo } from '@/types/res.ts'
|
|
|
import { FieldSpecialEffectType } from '@/types/tableText.ts'
|
|
|
import { computed, onMounted, reactive, ref } from 'vue'
|
|
|
import { useRequest } from '@/hooks/useRequest.ts'
|
|
|
-import { useCommonStore } from '@/stores/useCommon.ts'
|
|
|
|
|
|
import Dialog from '@/components/common/CustomDialog.vue'
|
|
|
import Table from '@/components/table/CustomTable.vue'
|
|
|
@@ -279,7 +278,7 @@ const gameRules = reactive<FormRules<typeof gameFormRule>>({
|
|
|
pid: [
|
|
|
{
|
|
|
required: true,
|
|
|
- message: '请输入gid',
|
|
|
+ message: '请选择Pid',
|
|
|
trigger: 'blur'
|
|
|
}
|
|
|
]
|