张诺
4 小时以前 ba65f3383951a27ee44163aea36d48f5c22b8fff
src/views/qualityManagement/metricMaintenance/index.vue
@@ -303,6 +303,7 @@
    prop: 'inspectType',
    align: 'center',
    dataType: 'tag',
    minWidth: 120,
    formatData: (val) => {
      const map = {
        0: '原材料检验',
@@ -317,6 +318,7 @@
    prop: 'processId',
    align: 'center',
    dataType: 'tag',
    visible: visible => activeTab.value === '1',
    formatData: (val) => {
      const target = processOptions.value.find(
        (item) => String(item.value) === String(val)
@@ -392,7 +394,6 @@
    ]
  }
])
const handleTabChange = () => {
  searchForm.value.standardNo = ''
  searchForm.value.standardName = ''