zss
2024-01-04 d2c182e7310c30a38ec6ce0d8a1d2ce00d51ac8f
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,7 +186,14 @@
    ...mapGetters(['permissions'])
  },
  created() {
    getTestStand(this.paramObj)
    this.$nextTick(()=>{
      getTestStand(this.paramObj)
    })
  },
  mounted(){
    this.$nextTick(()=>{
      getTestStand(this.paramObj)
    })
  },
  methods: {
    // 获取数据列表