|
|
@@ -320,7 +320,7 @@
|
|
|
id: this.form.id || undefined,
|
|
|
materialName: this.form.name,
|
|
|
professionalType:
|
|
|
- this.form.category === '' ? undefined : Number(this.form.category),
|
|
|
+ this.form.category === '' ? undefined : String(this.form.category),
|
|
|
departmentId: this.form.deptId,
|
|
|
departmentName: this.form.deptName,
|
|
|
applicablePositions: this.form.position,
|