linwenxin hai 7 meses
pai
achega
9dbf1458a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/packageWorkorder/pages/processFeedback.vue

+ 1 - 1
src/packageWorkorder/pages/processFeedback.vue

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