xg
“linengliang”
2024-03-13 b9b0777972f6563075a886cbfc58991e51c1a097
src/views/eam/QuanlityConfirmList.vue
@@ -205,7 +205,7 @@
  data() {
    return {
      description: '产品质量隐患确认管理页面',
      // 表头
      disableMixinCreated: true,
      columns: [
        {
          title: '#',
@@ -328,7 +328,11 @@
    }
  },
  created() {
    this.getSuperFieldList();
    if (this.$route.query) {
      this.queryParam.id = this.$route.query.id;
    }
    this.loadData()
    this.initDictConfig();
  },
  computed: {
    importExcelUrl: function () {