charles
2024-08-06 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f
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 {