tangning hace 2 años
padre
commit
02a7ba2fec
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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();
-                }
               })
           },
         });