Explorar el Código

待办详情页更新

guoqing hace 2 años
padre
commit
c8a0442e4e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/toBeDone/toBeDone_details.vue

+ 2 - 1
src/views/toBeDone/toBeDone_details.vue

@@ -218,11 +218,12 @@ export default {
           data.name = decodeURIComponent(
             data.url.substring(data.url.lastIndexOf("/") + 1)
           );
-
+          PersonInfo.data.disposeAccessory += ''+data.url
           //data.url = `${$base}` + data.url;
           fileupList.value.push(data);
         });
     };
+    
     const fjdelete = (file) => {
       //删除文件操作
       for (let index = 0; index < fileList.value.length; index++) {