Commit 527f11e5 by Jie Feng

fix conflict for merging code

parents 5e424636 2d852f4c
...@@ -64,7 +64,7 @@ jQuery(document).ready(function ($) { ...@@ -64,7 +64,7 @@ jQuery(document).ready(function ($) {
console.log('updateWOStatus:' + val.target.value); console.log('updateWOStatus:' + val.target.value);
var url = "/work/ws/update"; var url = "/work/ws/update";
var data = JSON.stringify({ var data = JSON.stringify({
"woStatus": val.target.value, "userStatus": val.target.value,
"statusDisplay": "", "statusDisplay": "",
"userId": 1 "userId": 1
}); });
......
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