傅豪杰 7 bulan lalu
induk
melakukan
5467f844c7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/pages/new/storage.vue

+ 1 - 1
src/pages/new/storage.vue

@@ -168,7 +168,7 @@ export default {
                     }
                     this.object.expressNo = result
                     const expressData = await appFindInsideInfoByExpressNo({insideNum:result})
-                    handleAppFindInsideInfoByExpressNoCallback(expressData.data)
+                    this.handleAppFindInsideInfoByExpressNoCallback(expressData.data)
                     console.log(expressData)
                 },
                 error: function (res) {