| | |
| | | |
| | | export const add = (row) => { |
| | | return request({ |
| | | url: '/api/performance/submit', |
| | | url: '/api/performance/save', |
| | | method: 'post', |
| | | data: row |
| | | }) |
| | |
| | | securityid: this.id, |
| | | }; |
| | | //获取用户从业信息 |
| | | console.log(this.id, "cid"); |
| | | // console.log(this.id, "cid"); |
| | | getExperienceList(this.current, this.size, param).then((res1) => { |
| | | const data = res1.data.data; |
| | | this.page1.total = data.total; |
| | |
| | | this.loading2 = false; |
| | | }); |
| | | }, |
| | | refreshChange1() { |
| | | this.getPractitionersPageInfo(); |
| | | }, |
| | | refreshChange2() { |
| | | this.getPerformancePageInfo(); |
| | | }, |
| | | |
| | | rowSave2(form, done, loading) { |
| | | form.securityid = this.id; |