Browse Source

Merge branch '20240620-goods' of http://47.102.110.240:3000/yuxiangpei/jzmall_vue into 20240620-goods

una 2 months ago
parent
commit
37a9dcd0b4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/goods/audit.vue

+ 2 - 1
src/views/goods/audit.vue

@@ -387,8 +387,9 @@ export default {
         return '';
       }
       let str='';
+
       this.channels.forEach(e=>{
-        value.forEach(v=>{
+        value.split(",").forEach(v=>{
           if(v==e.id){
             str=str+e.name+','
           }