| | |
| | | addForeignRegister, |
| | | updateForeignRegister |
| | | } from '@/api/cnas/resourceDemand/foreignRegister/foreignRegister' |
| | | import {mapGetters} from "vuex"; |
| | | |
| | | export default { |
| | | name: 'Personnel-management-dia', |
| | |
| | | mounted() { |
| | | |
| | | }, |
| | | computed: { |
| | | ...mapGetters(["userId"]), |
| | | }, |
| | | // 方法集合 |
| | | methods: { |
| | | // 打开弹框 |
| | |
| | | if (type !== 'add') { |
| | | this.searchInfo(row) |
| | | } else { |
| | | this.form.accompanyingId = JSON.parse(localStorage.getItem("user")).userId |
| | | this.form.accompanyingId = this.userId |
| | | this.form.area = '装备电缆试验室' |
| | | this.form.reason = '参观实验室' |
| | | this.form.accompanyingId = 64 |
| | | this.form.approveId = 65 |
| | | this.form.confidentiality = '符合' |
| | | } |
| | | }, |
| | | // 查询详情 |