加入需求管理界面控件值储存功能。

This commit is contained in:
2023-02-06 16:43:40 +08:00
parent 9b57dbb772
commit 8e72f3bccd
10 changed files with 291 additions and 71 deletions

View File

@@ -10,8 +10,11 @@
*/
const state = {
status: {},
status: {},//包含全部需求状态的数组
status_update_time: new Date(),
ui: {
selected_status: [], //已选择的需求状态
},
};
export default {