components/mold.vue
@@ -261,12 +261,14 @@ this.toolModel = ''; }, async fetchFormData() { const payload = { workOrderNo: this.workOrderNo, machineNo: this.machineNo, //useLimit: this.useLimitInput ? Number(this.useLimitInput) : null }; const res = await this.$post({ url: '/MesCutterLedger/GetFormData', data: JSON.stringify({ workOrderNo: this.workOrderNo, machineNo: this.machineNo }), data: JSON.stringify(payload), headers: { 'Content-Type': 'application/json' } }); if (res.status === 0) {