|
@@ -357,7 +357,7 @@ export default {
|
|
|
let that = this
|
|
|
let par = {
|
|
|
defKey: "dwkpmbxd",
|
|
|
- businessKey: row.id,
|
|
|
+ businessKey: row.standbyId,
|
|
|
action: "start",
|
|
|
opinion: "考评目标修订",
|
|
|
iamCode: window.localStorage.getItem('code')
|
|
@@ -366,6 +366,10 @@ export default {
|
|
|
apiGetdoAction(par).then(datas =>{
|
|
|
if (datas && datas.data) {
|
|
|
if (datas.data.isOk) {
|
|
|
+ that.$message({
|
|
|
+ message: '考评修订已启动',
|
|
|
+ type: 'success'
|
|
|
+ });
|
|
|
that.getevaluAmendmentList()
|
|
|
// that.getDeptresponsibility(row)
|
|
|
} else {
|