| | |
| | | return item.mail; |
| | | }); |
| | | this.form.mailList = mailList; |
| | | console.log(this.form.mailList); |
| | | }, |
| | | checkForm() { |
| | | this.$refs.formRef.validate((valid) => { |
| | |
| | | <a-modal |
| | | :visible="softwareDownloadShow" |
| | | :footer="null" |
| | | :width="600" |
| | | :width="960" |
| | | title="软件下载" |
| | | :destroyOnClose="true" |
| | | :maskClosable="false" |
| | |
| | | customCell: this.customCell, |
| | | }, |
| | | { |
| | | title: "版本", |
| | | dataIndex: "releaseNotes", |
| | | align: "center", |
| | | width: 340, |
| | | customCell: this.customCell, |
| | | }, |
| | | { |
| | | title: "操作", |
| | | dataIndex: "operation", |
| | | align: "center", |
| | |
| | | this.$message.error("软件说明文件解析异常"); |
| | | return false; |
| | | } |
| | | let info = this.resData[0]; |
| | | if(!info.boardNumber || !info.type) { |
| | | this.$error({ |
| | | title: '系统提示', |
| | | content: '缺少板号或软件类型,请输入板号和软件类型', |
| | | }); |
| | | return false; |
| | | } |
| | | let loading = this.$layer.loading(); |
| | | |
| | | const formData = new FormData(); |
| | |
| | | name: '软件中心', |
| | | component: () => import('@/pages/resourceManage/software'), |
| | | }, |
| | | { |
| | | path: 'flow-card', |
| | | name: '流程卡', |
| | | component:()=>import('@/pages/resourceManage/flowCard') |
| | | }, |
| | | { |
| | | path: 'sop-file', |
| | | name: 'SOP', |
| | | component:()=>import('@/pages/resourceManage/sopFile') |
| | | } |
| | | // { |
| | | // path: 'flow-card', |
| | | // name: '流程卡', |
| | | // component:()=>import('@/pages/resourceManage/flowCard') |
| | | // }, |
| | | // { |
| | | // path: 'sop-file', |
| | | // name: 'SOP', |
| | | // component:()=>import('@/pages/resourceManage/sopFile') |
| | | // } |
| | | ] |
| | | }, |
| | | { |