| | |
| | | addSave(datas,that.paramVOS.url,that.paramVOS.method).then(() => { |
| | | that.$message({ |
| | | type: "success", |
| | | message: "保存成功!" |
| | | message: that.paramVOS.successmsg||"保存成功!" |
| | | }); |
| | | if(that.saveCallback){ |
| | | that.saveCallback(that.type,that.form); |
| | |
| | | that.dialogClose(); |
| | | }); |
| | | }else{ |
| | | editSave(that.form,that.paramVOS.url,that.paramVOS.method).then(() => { |
| | | editSave(datas,that.paramVOS.url,that.paramVOS.method).then(() => { |
| | | that.$message({ |
| | | type: "success", |
| | | message: "修改成功!" |
| | | message: that.paramVOS.successmsg||"修改成功!" |
| | | }); |
| | | if(that.saveCallback){ |
| | | that.saveCallback(that.type,that.form); |