src/views/tms/modules/inbound/InboundApplyModelList.vue
@@ -268,7 +268,7 @@ postAction(this.url.addApplyInStorage, formData) .then((res) => { if (res.success) { that.$message.success(res.message) that.$message.success("入库成功") that.$emit('ok', new Date()) } else { that.$message.warning(res.message)