feige
2023-12-11 bd4b9aa6ab74a8aa6f55265d24b4a4249abcb636
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();
          });