|
@@ -895,6 +895,7 @@ export default {
|
895
|
895
|
for(let i=0;i<this.dialyzers.length;i++){
|
896
|
896
|
this.dialyzers[i].name = this.dialyzers[i].specification_name
|
897
|
897
|
}
|
|
898
|
+ console.log("2222222",this.dialyzers)
|
898
|
899
|
this.InnerDialogProps.values = this.dialyzers
|
899
|
900
|
this.InnerDialogProps.titles = '透析器'
|
900
|
901
|
this.InnerDialogProps.type = 'dialyzers'
|
|
@@ -1230,7 +1231,7 @@ export default {
|
1230
|
1231
|
}
|
1231
|
1232
|
})
|
1232
|
1233
|
},
|
1233
|
|
- submitEditSolution(formName) {
|
|
1234
|
+ submitEditSolution(formName) {
|
1234
|
1235
|
this.$refs[formName].validate(valid => {
|
1235
|
1236
|
if (valid) {
|
1236
|
1237
|
let mode = '2'
|
|
@@ -1242,15 +1243,8 @@ export default {
|
1242
|
1243
|
}
|
1243
|
1244
|
this.addPlan.dialysis_dialyszers = this.dialysis_dialyszers
|
1244
|
1245
|
this.addPlan.dialysis_irrigation = this.dialysis_irrigation
|
1245
|
|
- console.log("333333",this.addPlan)
|
1246
|
|
- editPatientDialysisSolution(
|
1247
|
|
- this.patientID,
|
1248
|
|
- this.addPlan.id,
|
1249
|
|
- this.addPlan,
|
1250
|
|
- mode
|
1251
|
|
- ).then(response => {
|
1252
|
1246
|
console.log("2233333",this.addPlan)
|
1253
|
|
-
|
|
1247
|
+
|
1254
|
1248
|
editPatientDialysisSolution(this.patientID,this.addPlan.id,this.addPlan, mode).then(response => {
|
1255
|
1249
|
if (response.data.state == 0) {
|
1256
|
1250
|
this.$message.error(response.data.msg)
|