Browse Source

1. 优化

MONSTER-ygh 1 tháng trước cách đây
mục cha
commit
af0cdc9a05
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/ticket/InventoryTemplate/dialog/addAndEdit.vue

+ 4 - 4
src/views/ticket/InventoryTemplate/dialog/addAndEdit.vue

@@ -469,10 +469,10 @@ export default {
             }
             delete postMap.chennelListForm
             console.log("postMap=====",postMap)
-            if(!postMap.chennelList || postMap.chennelList.length==0) {
-              this.loading = false
-              return
-            }
+            // if(!postMap.chennelList || postMap.chennelList.length==0) {
+            //   this.loading = false
+            //   return
+            // }
             let res = await saveAndEdit(postMap)
             this.loading = false
             if(res.code) {