Explorar el Código

渠道客诉填写任务增加上传照片功能

zhujindu hace 11 meses
padre
commit
1d51ea6f41
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/complaintImg.vue

+ 0 - 1
src/components/complaintImg.vue

@@ -74,7 +74,6 @@ export default {
     uploadImagev(meidaId) {
       var form = {
         mediaId: meidaId,
-        storeName: localStorage.getItem('chainName'),
       };
       this.toastLoading(0, '加载中...', true);
       uploadImagev(form).then((res) => {