| | |
| | | import { mapGetters } from "vuex"; |
| | | |
| | | export default { |
| | | name: 'a7-quality-control-plan', |
| | | name: 'QualityControlPlan', |
| | | // import 引入的组件需要注入到对象中才能使用 |
| | | components: { limsTable, RectifyDialogNew, ProcessingSheet, RecordsDialog, DetailFormDialog }, |
| | | data() { |
| | |
| | | this.getUserList() |
| | | }, |
| | | getUserList() { |
| | | selectUserCondition({ type: 0 }).then((res) => { |
| | | selectUserCondition({ type: 2 }).then((res) => { |
| | | this.userList = res.data; |
| | | }) |
| | | }, |
| | |
| | | showDialog(type, row) { |
| | | this.formDia = true |
| | | this.$nextTick(() => { |
| | | this.$refs.formDia.openDia(type, row) |
| | | this.$refs.formDia.openDia(type, row, this.yearDetailForm.causeType) |
| | | }) |
| | | }, |
| | | closeDia() { |