feige
2024-06-10 b6929a606c64d1b6063521ed8a183da88463a5e1
ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue
@@ -581,7 +581,10 @@
           updateSelfEconomy(this.formData).then(response => {
            this.$modal.msgSuccess("删除成功");
            // this.open = false;
          if(this.formData.status==1)
            this.formData.status = '是'
          else
            this.formData.status = '否'
           });
        }
    },
@@ -626,6 +629,10 @@
                          this.formData.status = 0
           updateSelfEconomy(this.formData).then(response => {
            this.$modal.msgSuccess("删除成功");
          if(this.formData.status==1)
            this.formData.status = '是'
          else
            this.formData.status = '否'
           });
        }
    },