This commit is contained in:
PQZ 2024-10-31 15:43:11 +08:00
parent 704fd7c309
commit ac52561951

View File

@ -88,7 +88,7 @@ export default {
},
methods: {
submit() {
if (this.project.name == null || this.project.code == null || this.project.cost == null || this.project.price == null || this.project.spec == null || this.project.unit == null || this.project.manHour == null){
if (this.project.name == null||this.project.name == ''){
uni.showToast({
title: '请完善信息',
icon: 'none'