|
@@ -335,7 +335,7 @@ export default {
|
|
|
console.log("提交",task)
|
|
|
saveProjectJl(task).then((res) => {
|
|
|
console.log("提交返回",task,res)
|
|
|
- gantt.init(that.$refs.gantt);
|
|
|
+ // gantt.init(that.$refs.gantt);
|
|
|
gantt.parse(that.tasks);
|
|
|
// that.getHjlist(that.tasks.queryParam)
|
|
|
})
|
|
@@ -431,7 +431,7 @@ export default {
|
|
|
// 获取项目经理下拉列表
|
|
|
getManagerList(){
|
|
|
var query ={
|
|
|
- position: "项目经理"
|
|
|
+ position: "试验员"
|
|
|
}
|
|
|
getManagerList(query).then((res) => {
|
|
|
this.tasks.collections.worker = res.map(response =>{
|