From 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期二, 06 八月 2024 11:16:58 +0800 Subject: [PATCH] gitlab上面的wms转移到公司git --- src/components/mixin/codeMixin.js | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/components/mixin/codeMixin.js b/src/components/mixin/codeMixin.js index 9c07427..8b9c43d 100644 --- a/src/components/mixin/codeMixin.js +++ b/src/components/mixin/codeMixin.js @@ -1,4 +1,3 @@ - import { getCodeStandardList,getAutoCode } from "@/api/common/standard" export default { components: {}, @@ -16,10 +15,9 @@ objCode: { name: "", page: 0, pageSize: 0, type: "鐗╂枡缂栫爜", codeStandID: "" }, codeRule: {}, codeLength: 0, - autoCodeObj: {} + autoCodeObj:{} } }, - methods: { async getRCodeStandardList() { try { -- Gitblit v1.8.0