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 = '否' }); } },