新增临时角色页面
This commit is contained in:
@@ -1390,7 +1390,7 @@ export default {
|
||||
getTaskByDictType(pid).then(res => {
|
||||
//排序
|
||||
this.stepsList = res.data.data.taskList.sort((a, b) => parseInt(b.dictValue) - parseInt(a.dictValue));
|
||||
console.log(this.stepsList)
|
||||
|
||||
this.active = res.data.data.active;
|
||||
})
|
||||
},
|
||||
@@ -1576,7 +1576,7 @@ export default {
|
||||
getProject(projectId).then(response => {
|
||||
this.loading = false;
|
||||
this.form = response.data;
|
||||
console.log(this.form)
|
||||
|
||||
this.bail = response.data.bail == null ? this.bail : JSON.parse(response.data.bail);
|
||||
let period = [];
|
||||
period.push(response.data.beginTime);
|
||||
|
||||
Reference in New Issue
Block a user