From 3a57b78e4de42dbb934d3ecf12006c47f1ff52de Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 30 十二月 2024 10:36:18 +0800 Subject: [PATCH] feat:临时司机填原发限制&分配吨数输入框修改类型 --- main.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/main.js b/main.js index 2c44c1d..e41f9aa 100644 --- a/main.js +++ b/main.js @@ -24,7 +24,9 @@ reqAll, reqGet, reqGet2, + reqGetId, reqPost, + reqPut, reqAllJson, reqDelete } from '@/api/index.js' @@ -32,7 +34,9 @@ Vue.prototype.$reqAllJson = reqAllJson Vue.prototype.$reqGet = reqGet Vue.prototype.$reqGet2 = reqGet2 +Vue.prototype.$reqGetId = reqGetId Vue.prototype.$reqPost = reqPost +Vue.prototype.$reqPut = reqPut Vue.prototype.$reqDelete = reqDelete Vue.prototype.$store = store // 鐢变簬寰俊灏忕▼搴忕殑杩愯鏈哄埗闂锛岄渶澹版槑濡備笅涓�琛岋紝H5鍜孉PP闈炲繀濉� -- Gitblit v1.9.1