From bdaba001b0fe7d3767e8d1ea4653c4ab7d145910 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 28 Dec 2023 17:24:05 +0800 Subject: [PATCH] 1 --- src/api/worker/index.js | 5 ++-- src/views/customer/customer.vue | 18 ++++++++++-- src/views/worker/component/peopleBind.vue | 20 +++++++++++-- src/views/worker/component/skuBind.vue | 34 ++++++++++++++++++++--- src/views/worker/worker.vue | 8 +++--- 5 files changed, 70 insertions(+), 15 deletions(-) diff --git a/src/api/worker/index.js b/src/api/worker/index.js index baa586d..0202878 100644 --- a/src/api/worker/index.js +++ b/src/api/worker/index.js @@ -9,11 +9,12 @@ export function getList(params,isLoading=true){ }) } -export function getForm(id,params){ +export function getForm(id,params,isLoading=true){ return request({ method:'get', url:`/api/admin/nurse/get-form/${id}`, - params + params, + isLoading }) } diff --git a/src/views/customer/customer.vue b/src/views/customer/customer.vue index 88b8cc2..703e336 100644 --- a/src/views/customer/customer.vue +++ b/src/views/customer/customer.vue @@ -147,13 +147,14 @@ >录入