王震
2023-12-27 b1dbfd44f6bafaa4d24e0c1c3a0f7ae548e77f60
src/views/technology/document/teststandard.vue
@@ -42,6 +42,7 @@
            align="center"
          />
          <el-table-column label="单位" prop="unit" align="center" />
          <el-table-column label="测试方法" prop="method" align="center" />
        </el-table>
      </el-col>
    </el-row>
@@ -75,7 +76,7 @@
  },
  data() {
    return {
      paramObj: { documentId: this.documentId },
      paramObj: {documentId : this.documentId},
      showQualityStandard: false,
      testStandardParams: [],
      ajaxFun: getTestStand,
@@ -185,11 +186,14 @@
    ...mapGetters(['permissions'])
  },
  created() {
    getTestStand(this.paramObj)
    this.$nextTick(()=>{
      getTestStand(this.paramObj)
    })
  },
  mounted(){
    console.log(11111);
    getTestStand(this.paramObj)
    this.$nextTick(()=>{
      getTestStand(this.paramObj)
    })
  },
  methods: {
    // 获取数据列表