linwenxin 3 meses atrás
pai
commit
599e4ea6c6
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      src/pages/repairConfirmation.vue

+ 3 - 1
src/pages/repairConfirmation.vue

@@ -152,6 +152,7 @@ export default {
       })
     },
     async submitData() {
+      console.log(this.signNameUrl)
       mini_env(bool => {
         uni.uploadFile({
           header: {
@@ -179,7 +180,8 @@ export default {
             }
           ],
           formData: {
-            type: this.type
+            type: this.type,
+            signFile2: this.signNameUrl
           },
           success: uploadFileRes => {
             if (JSON.parse(uploadFileRes.data)?.data) {