|
@@ -608,7 +608,7 @@ export default {
|
|
if (!this.daijian.length) {
|
|
if (!this.daijian.length) {
|
|
return this.$toast('请填写待件信息')
|
|
return this.$toast('请填写待件信息')
|
|
}
|
|
}
|
|
- for (item of this.daijian) {
|
|
|
|
|
|
+ for (var item of this.daijian) {
|
|
if (!item.val1 || !item.val2) {
|
|
if (!item.val1 || !item.val2) {
|
|
return this.$toast('请填写完整待件信息')
|
|
return this.$toast('请填写完整待件信息')
|
|
}
|
|
}
|