tangning 2 years ago
parent
commit
02a7ba2fec
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/customer/scene.vue

+ 0 - 2
src/views/customer/scene.vue

@@ -343,12 +343,10 @@
           onOk: async () => {
             sceneCopy({ num: record.num })
               .then((res) => {
-                if(res){
                 message.success({
                   content: '复制成功',
                 });
                 reload();
-                }
               })
           },
         });