소스 검색

fix(修复上传游戏配置对话描述错误):

fxs 3 달 전
부모
커밋
6361161996
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/views/AppManage/GameManageView.vue

+ 1 - 3
src/views/AppManage/GameManageView.vue

@@ -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,