| | |
| | | align="center" |
| | | /> |
| | | <el-table-column label="单位" prop="unit" align="center" /> |
| | | <el-table-column label="测试方法" prop="method" align="center" /> |
| | | </el-table> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | deleteTestStandard, |
| | | getTestStand, |
| | | saveTestStandard |
| | | } from '../../../api/technology/document' |
| | | } from '@/api/technology/document' |
| | | import qualityStandardDialog from '@/views/common/teststandardradio.vue' |
| | | |
| | | export default { |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | paramObj: { documentId: this.documentId }, |
| | | paramObj: {documentId : this.documentId}, |
| | | showQualityStandard: false, |
| | | testStandardParams: [], |
| | | ajaxFun: getTestStand, |
| | |
| | | ...mapGetters(['permissions']) |
| | | }, |
| | | created() { |
| | | getTestStand(this.paramObj) |
| | | this.$nextTick(()=>{ |
| | | getTestStand(this.paramObj) |
| | | }) |
| | | }, |
| | | mounted(){ |
| | | this.$nextTick(()=>{ |
| | | getTestStand(this.paramObj) |
| | | }) |
| | | }, |
| | | methods: { |
| | | // 获取数据列表 |