未验证 提交 8be894cb 编写于 作者: X xingchun-chen 提交者: GitHub

Merge pull request #4557 from break60/dev

[Improvement-4556][ui]Repair the workflow instance, click the browser to return to the previous page, always start the query from the first page
......@@ -95,6 +95,7 @@
* Query
*/
_onQuery (o) {
this.searchParams.pageNo = 1
this.searchParams = _.assign(this.searchParams, o)
setUrlParams(this.searchParams)
this._debounceGET()
......
......@@ -14,9 +14,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import merge from 'webpack-merge'
import router from '@/conf/home/router'
export function setUrlParams (o) {
// router.push({
// query: merge(router.history.current.query, o)
// })
router.push({
query: merge(router.history.current.query, o)
})
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册