From 872f915e11e177acc4722443cb4eee73088fe8c0 Mon Sep 17 00:00:00 2001
From: sw <17615834396@163.com>
Date: Wed, 20 Nov 2024 13:50:55 +0800
Subject: [PATCH] 11.19
---
fuintAdmin_zt/src/views/Site/components/yearff.vue | 6 +++---
fuintAdmin_zt/src/views/Site/index.vue | 11 ++++++-----
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/fuintAdmin_zt/src/views/Site/components/yearff.vue b/fuintAdmin_zt/src/views/Site/components/yearff.vue
index 0e0c93fa8..e9c9b322b 100644
--- a/fuintAdmin_zt/src/views/Site/components/yearff.vue
+++ b/fuintAdmin_zt/src/views/Site/components/yearff.vue
@@ -26,7 +26,7 @@ export default {
},
props: {
deptId: Number,
- status: Boolean
+ stauts: Boolean
},
created() {
this.getDeptName();
@@ -40,8 +40,8 @@ export default {
})
},
getList() {
- console.log(this.status)
- if(this.status){
+ console.log("11111111111111"+this.stauts)
+ if(this.stauts){
getYearListApi().then(res => {
this.tableData = res.data.records
})
diff --git a/fuintAdmin_zt/src/views/Site/index.vue b/fuintAdmin_zt/src/views/Site/index.vue
index 0250f6893..70c160e27 100644
--- a/fuintAdmin_zt/src/views/Site/index.vue
+++ b/fuintAdmin_zt/src/views/Site/index.vue
@@ -305,7 +305,7 @@
-
+
@@ -840,6 +840,7 @@ export default {
isAgencyEdit: false,
isAgencyDelete: false,
activeName: 'list',
+ stauts:false,
ruleForm: {
parentId:'',
deptType:'3',
@@ -856,7 +857,7 @@ export default {
rates:0,
storeNum:0,
prepaidAmount:0,
- stauts:false,
+
},
filterText:'',
xtitle:'',
@@ -1407,10 +1408,10 @@ export default {
},
async activecilck(data){
-
+ this.stauts=false
// 判断是点击还是修改该
this.isClick = true
-
+ console.log("222222222222222"+ this.status)
console.log('点树',data)
console.log("ruleForm",this.ruleForm)
@@ -1585,7 +1586,7 @@ export default {
//树形页操作
//新增树
append(data) {
- this.ruleForm.status=true,
+ this.stauts=true
console.log('新增树',data)
// 清除表单
this.cleanRuleForm()