| | |
| | | }, |
| | | methods: { |
| | | staffOnLoad(page, params = {}) { |
| | | console.log(this.form,111); |
| | | this.staffLoading = true; |
| | | getLisperformance( |
| | | page.currentPage, |
| | | page.pageSize, |
| | | Object.assign(params, this.staffQuery), |
| | | this.form.cardid |
| | | this.form.id |
| | | ).then((res) => { |
| | | const data = res.data.data; |
| | | |
| | |
| | | for (var k in this.staffData) { |
| | | this.staffData[k]["name"] = this.form.realName; |
| | | } |
| | | console.log(this.staffData); |
| | | console.log(this.staffData,'staffData'); |
| | | this.staffLoading = false; |
| | | this.$refs.staffCrud.refreshTable(); |
| | | this.$refs.staffCrud.doLayout(); |