Commit 70b6d820 by 洪晓珍

for merge

parent 38497800
......@@ -63,7 +63,7 @@ jQuery(document).ready(function ($) {
console.log('updateWOStatus:' + val.target.value);
var url = "/work/ws/update";
var data = JSON.stringify({
"woStatus": val.target.value,
"userStatus": val.target.value,
"statusDisplay": "",
"userId": 1
});
......@@ -82,7 +82,7 @@ jQuery(document).ready(function ($) {
}
},
data: {
woStates: [
woStates: [
{value: 1, text: '空闲中'},
{value: 2, text: '下班'},
{value: 3, text: '接待中'},
......@@ -91,7 +91,7 @@ jQuery(document).ready(function ($) {
]
}
})
// 数据提示条
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