Commit e2a4731e by huangjinkai

Merge branch 'master' of http://gitlab.yidianling.com/xueyuanyuan/work-order-system

# Conflicts:
#	woDetail.html
parents 9862ab05 4595a821
......@@ -10,7 +10,7 @@ jQuery(document).ready(function ($) {
woDetail: function (wo) {
console.log(wo.id);
// 获取工单详情
window.location.href="/woDetail.html?wo.id=" + wo.id;
window.location.href="/woDetail.html?id=" + wo.id;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment