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
}); });
...@@ -82,7 +82,7 @@ jQuery(document).ready(function ($) { ...@@ -82,7 +82,7 @@ jQuery(document).ready(function ($) {
} }
}, },
data: { data: {
woStates: [ woStates: [
{value: 1, text: '空闲中'}, {value: 1, text: '空闲中'},
{value: 2, text: '下班'}, {value: 2, text: '下班'},
{value: 3, text: '接待中'}, {value: 3, text: '接待中'},
...@@ -91,7 +91,7 @@ jQuery(document).ready(function ($) { ...@@ -91,7 +91,7 @@ jQuery(document).ready(function ($) {
] ]
} }
}) })
// 数据提示条 // 数据提示条
var numCount = new Vue({ var numCount = new Vue({
......
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