| | |
| | | export const uploadFile = '/admin_interface/visitsAdmin/cloudService/public/upload' |
| | | |
| | | export * from './business/index' |
| | | export * from './platform' |
| | |
| | | type: activeType, |
| | | paramList: temp |
| | | }).then(res => { |
| | | if (res.code === 200) { |
| | | // if (res.code === 200) { |
| | | this.$message.success('保存成功') |
| | | } |
| | | // } |
| | | }) |
| | | }, |
| | | handleDel () { |
| | |
| | | this.activeIndex = 0 |
| | | }, |
| | | handleAddAppr () { |
| | | this.apprList.splice(this.apprList.length - 2, 0, { remark: '审批人', active: false, type: 0, objIds: [] }) |
| | | this.apprList.splice(this.apprList.length - 1, 0, { remark: '审批人', active: false, type: 0, objIds: [] }) |
| | | // this.apprList.push({ remark: '审批人', active: false, type: '0' }) |
| | | }, |
| | | |
| | |
| | | type: activeType, |
| | | paramList: temp |
| | | }).then(res => { |
| | | if (res.code === 200) { |
| | | this.$message.success('保存成功') |
| | | } |
| | | // if (res.code === 200) { |
| | | this.$tip.success('保存成功') |
| | | // } |
| | | }) |
| | | }, |
| | | handleDel () { |
| | |
| | | this.activeIndex = 0 |
| | | }, |
| | | handleAddAppr () { |
| | | this.apprList.splice(this.apprList.length - 2, 0, { remark: '审批人', active: false, type: 0, objIds: [] }) |
| | | this.apprList.splice(this.apprList.length - 1, 0, { remark: '审批人', active: false, type: 0, objIds: [] }) |
| | | // this.apprList.push({ remark: '审批人', active: false, type: '0' }) |
| | | }, |
| | | |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getPlatform } from '@/api' |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | queuingForm: {} |
| | | } |
| | | }, |
| | | created () { |
| | | this.getPlatList() |
| | | }, |
| | | methods: { |
| | | handleQueuing(row) { |
| | | this.isShowQueuing = true |
| | |
| | | type: 'warning' |
| | | }) |
| | | }, |
| | | getPlatList () { |
| | | getPlatform({ |
| | | model: {} |
| | | }) |
| | | }, |
| | | handleSet() { |
| | | this.isShowSet = true |
| | | }, |