ruoyi-ui/src/views/marry/index.vue
@@ -926,12 +926,14 @@ /** 提交按钮(数据权限) */ submitDataScope: function() { let _this = this this.$refs["elForm"].validate(valid => { if (valid) { console.log(this.formDat) addMarryOld(this.formDat).then(response => { // marryList.oldSpouseList.push(this.formDat); this.$modal.msgSuccess("新增成功"); _this.formDat = {} this.open = false; this.getList(); });