una 2 ay önce
ebeveyn
işleme
078ad4b3d4
3 değiştirilmiş dosya ile 1056 ekleme ve 513 silme
  1. 525 298
      src/views/goods/create.vue
  2. 527 213
      src/views/goods/edit.vue
  3. 4 2
      src/views/goods/list.vue

Dosya farkı çok büyük olduğundan ihmal edildi
+ 525 - 298
src/views/goods/create.vue


Dosya farkı çok büyük olduğundan ihmal edildi
+ 527 - 213
src/views/goods/edit.vue


+ 4 - 2
src/views/goods/list.vue

@@ -577,10 +577,12 @@ export default {
           });
         });
     },
-    channelsFilter(value) {
-      if (value == undefined || value == '' || value.length == 0) {
+    channelsFilter(val) {
+        if (val == undefined || val == '' || val==null) {
         return '';
       }
+      let value=val.split(',');
+    
       let str = '';
       this.channels.forEach(e => {
         value.forEach(v => {