+
+
+
+
{
if (data && data.code === 0) {
- this.cateOptions = data.labelList;
+ this.cateOptions = data.Medicals;
} else {
this.cateOptions = [];
}
@@ -971,8 +982,13 @@ export default {
// const titleHtml = this.getTitleHtml(recordData[key]);
// recordData[key] = titleHtml + this.editableMap[key];
// }
+ const label = this.addCertificateForm.labelId;
+const value = Array.isArray(label)
+ ? label[label.length - 1]
+ : label;
+
var data = {
- labelId: this.addCertificateForm.labelId,
+ labelId: value,
img:
this.fileList.length > 0
? this.addCertificateForm.imageList.toString()