From 0befaab6f1dbf3a3a4dbc0b1e4aaf6bb40c45398 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期四, 22 八月 2024 14:39:47 +0800 Subject: [PATCH] 物料编码bug修复 --- HTML/views/BaseSetting/Unit.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/HTML/views/BaseSetting/Unit.html b/HTML/views/BaseSetting/Unit.html index 20596e0..ca66c91 100644 --- a/HTML/views/BaseSetting/Unit.html +++ b/HTML/views/BaseSetting/Unit.html @@ -109,6 +109,7 @@ url: url, method: 'post', where: where, + contentType: 'application/json', headers:{ToKen:$.cookie('token')}, page: true, -- Gitblit v1.8.0