zss
2023-12-14 1789ce3650a2665b5abca7a3028611190d1983df
src/views/technology/document/teststandard.vue
@@ -59,7 +59,7 @@
  deleteTestStandard,
  getTestStand,
  saveTestStandard
} from '../../../api/technology/document'
} from '@/api/technology/document'
import qualityStandardDialog from '@/views/common/teststandardradio.vue'
export default {
@@ -184,7 +184,12 @@
  computed: {
    ...mapGetters(['permissions'])
  },
  created() {},
  created() {
    getTestStand(this.paramObj)
  },
  mounted(){
    getTestStand(this.paramObj)
  },
  methods: {
    // 获取数据列表
    getData() {