diff --git a/jnpf-java-boot/jnpf-web/src/views/scm/person/form.vue b/jnpf-java-boot/jnpf-web/src/views/scm/person/form.vue index 337f21e..b8f66c1 100644 --- a/jnpf-java-boot/jnpf-web/src/views/scm/person/form.vue +++ b/jnpf-java-boot/jnpf-web/src/views/scm/person/form.vue @@ -287,7 +287,7 @@ export default { if (this.dataForm.userCode == null || this.dataForm.userName == null || this.dataForm.phone == null || this.dataForm.userAscription == null || this.dataForm.idCard == null || this.dataForm.effectiveStartTime == null || this.dataForm.effectiveEndTime == null|| this.dataForm.entryCodes == null) { - this.$message.error('请完善设备必填信息'); + this.$message.error('请完善必填信息'); return } let qrCodeJsonString = JSON.stringify(this.dataForm);