Source/UBCS-WEB/src/components/template/SetPersonnel.vue
@@ -135,7 +135,7 @@ return this.initFrom.findIndex(i => i.taskId === arr1) }, async apiInit() { const response = await personnelInit({ type: this.parameter[this.parameterKeys.type], templateId: this.parameter[this.parameterKeys.code] }) const response = await personnelInit({ type: this.parameter[this.parameterKeys.type], templateId: this.parameter[this.parameterKeys.code]}) if (response.status === 200) { console.log(response) this.initFrom = response.data.data.user