From 5504233baae78e2c387ea740adf17c3bce22cd26 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 12 八月 2024 11:33:42 +0800
Subject: [PATCH] 1.增加页面缓存2.工资统计精度问题
---
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..6ecf594 100644
--- a/src/views/systemSetting/encodingRules.vue
+++ b/src/views/systemSetting/encodingRules.vue
@@ -240,7 +240,7 @@
import arrayToTree from 'array-to-tree'
export default {
- name: 'Zzjg',
+ name: 'ReportList',
components: {
Pagination
},
@@ -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