| | |
| | | // 数据范围选项 |
| | | fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx', |
| | | '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'], |
| | | |
| | | |
| | | fileList:[ |
| | | ], |
| | | fileListOther:[ |
| | |
| | | |
| | | /** 提交按钮(数据权限) */ |
| | | 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(); |
| | | }); |