* Change save sucess locate.

This commit is contained in:
caoyanyi
2023-05-30 10:50:54 +08:00
parent a0b3f6e7ff
commit cfe129e0a0
+1 -1
View File
@@ -296,7 +296,7 @@ class task extends control
if(!dao::isError()) $this->loadModel('score')->create('ajax', 'batchOther');
}
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => true));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $this->createLink('execution', 'task', "executionID={$executionID}")));
}
/**