1
This commit is contained in:
parent
704fd7c309
commit
ac52561951
@ -88,7 +88,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submit() {
|
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({
|
uni.showToast({
|
||||||
title: '请完善信息',
|
title: '请完善信息',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
|
Loading…
Reference in New Issue
Block a user