1
This commit is contained in:
parent
704fd7c309
commit
ac52561951
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user