From cb5712942fd2637811832d5a11bb05b2cced5856 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 07 三月 2024 08:32:44 +0800
Subject: [PATCH] 1.递交

---
 src/views/systemSetting/encodingRules.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/systemSetting/encodingRules.vue b/src/views/systemSetting/encodingRules.vue
index 104f823..7b4026d 100644
--- a/src/views/systemSetting/encodingRules.vue
+++ b/src/views/systemSetting/encodingRules.vue
@@ -173,7 +173,7 @@
         <el-form-item label="鑿滃崟绫诲瀷" required>
           <el-radio-group v-model="dialogForm.type" @change="radioChange">
             <el-radio label="PC" name="PC" />
-            <el-radio label="APP" name="APP" />
+            <!--            <el-radio label="APP" name="APP" />-->
           </el-radio-group>
         </el-form-item>
         <el-form-item label="鑿滃崟鍚嶇О" required>
@@ -336,7 +336,6 @@
         childrenProperty: 'children'
       })
       // this.menuOptions = this.menuOptionsAll.filter(i => i.Type === this.dialogForm.type)
-
     },
     radioChange() {
       this.menuOptions = this.menuOptionsAll.filter(i => i.Type === this.dialogForm.type)
@@ -375,7 +374,6 @@
       this.operation = operation
       this.dialogVisible = true
 
-
       this.$nextTick(() => {
         this.dialogForm.type = row.Type
         this.radioChange()
@@ -390,7 +388,7 @@
             })
           }
         })
-        console.log(parentCode,row.menucode)
+        console.log(parentCode, row.menucode)
         this.$refs.cascader.checkedValue = [parentCode, row.menucode]
         this.dialogForm.rightcode = row.menucode
         this.dialogForm.incbit = row.incbit

--
Gitblit v1.9.3