diff --git a/jnpf-java-boot/jnpf-web/src/views/recyclebucket/form.vue b/jnpf-java-boot/jnpf-web/src/views/recyclebucket/form.vue index 284f149..354a3dd 100644 --- a/jnpf-java-boot/jnpf-web/src/views/recyclebucket/form.vue +++ b/jnpf-java-boot/jnpf-web/src/views/recyclebucket/form.vue @@ -1171,6 +1171,11 @@ export default { }, // 表单提交 dataFormSubmit(type) { + console.log(this.dataForm.bucketImg) + if (this.dataForm.bucketImg.length < 1) { + this.$message.error("请选择桶图片"); + return; + } if (this.dataForm.price == null && !this.useUnifiedConfig) { this.$message.error("请选择配置或输入回收单价"); return;