| | |
| | | type: "warning", |
| | | }) |
| | | .then(() => { |
| | | productPartReview({ id: row.id }).then((res) => { |
| | | productPartReview({ id: row.id, type: this.type == 0 ? '对象' : '产品' }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.$message.success("复核通过"); |
| | | this.getList(); |
| | |
| | | }, |
| | | getEditList() { |
| | | this.tableLoading0 = true |
| | | productPartLogList({ id: this.currentPart.id, ...this.editPage }).then(res => { |
| | | productPartLogList({ id: this.currentPart.id, type: this.type == 0 ? '对象' : '产品', ...this.editPage }).then(res => { |
| | | this.tableLoading0 = false |
| | | if (res.code == 200) { |
| | | this.editList = res.data.records |