diff --git a/pages/apply-inspection/index.vue b/pages/apply-inspection/index.vue index cddff67..0c78b08 100644 --- a/pages/apply-inspection/index.vue +++ b/pages/apply-inspection/index.vue @@ -140,7 +140,8 @@ export default { } } userApplying({ - ...this.form + ...this.form, + factoryId: this.factoryId }).then((res) => { if (res) { uni.showModal({