瀏覽代碼

no message

linwenxin 8 月之前
父節點
當前提交
9dbf1458a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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('请填写完整待件信息')
           }