| | |
| | | upStandardTemplate: "/StandardTemplate/upStandardTemplate", //修改检验模板 |
| | | delStandardTemplate: "/StandardTemplate/delStandardTemplate", //删除检验模板 |
| | | getStandardTemplate: "/StandardTemplate/getStandardTemplate", //查询原始记录模板枚举 |
| | | getEditTemplatePreparation: "/StandardTemplate/getEditTemplatePreparation" |
| | | } |
| | | |
| | | const insReport = { |
| | |
| | | this.addPower = add |
| | | }, |
| | | templateWrite(row) { |
| | | this.isShow = true |
| | | this.row = row |
| | | this.$axios.get(this.$api.StandardTemplate.getEditTemplatePreparation + '?id=' + row.id).then(res => { |
| | | this.row = row |
| | | this.row.thing = res.data |
| | | this.isShow = true |
| | | }) |
| | | }, |
| | | closed() { |
| | | this.loading = true |