|
|
@@ -340,7 +340,7 @@ const gameRules = reactive<FormRules<typeof gameFormRule>>({
|
|
|
const dialogFormFields = computed<FormField[]>(() => [
|
|
|
{
|
|
|
name: 'pid',
|
|
|
- cnName: '项目ID',
|
|
|
+ cnName: '项目',
|
|
|
type: FormFieldType.SELECT,
|
|
|
otherOptions: {
|
|
|
options: projectList.value.map((item) => ({
|
|
|
@@ -419,8 +419,6 @@ const handleEdit = (row: any) => {
|
|
|
}
|
|
|
|
|
|
const formSub = (formData: any, type: number) => {
|
|
|
- console.log(formData)
|
|
|
- console.log('更新Game')
|
|
|
if (type === 0) {
|
|
|
allGameInfo.push({
|
|
|
gid: formData.gid,
|