|
@@ -198,7 +198,7 @@ export default {
|
|
|
pageSize: 10, // 每页数量
|
|
|
pageNum: 1, // 页码
|
|
|
},
|
|
|
- isSelection: true, // 表格有多选时设置
|
|
|
+ isSelection: false, // 表格有多选时设置
|
|
|
isOperation: false, // 表格有操作列时设置
|
|
|
isIndex: false, // 列表序号
|
|
|
operation: {
|
|
@@ -263,7 +263,7 @@ export default {
|
|
|
pageSize: 10, // 每页数量
|
|
|
pageNum: 1, // 页码
|
|
|
},
|
|
|
- isSelection: true, // 表格有多选时设置
|
|
|
+ isSelection: false, // 表格有多选时设置
|
|
|
isOperation: false, // 表格有操作列时设置
|
|
|
isIndex: false, // 列表序号
|
|
|
operation: {
|
|
@@ -322,7 +322,7 @@ export default {
|
|
|
pageSize: 10, // 每页数量
|
|
|
pageNum: 1, // 页码
|
|
|
},
|
|
|
- isSelection: true, // 表格有多选时设置
|
|
|
+ isSelection: false, // 表格有多选时设置
|
|
|
isOperation: false, // 表格有操作列时设置
|
|
|
isIndex: false, // 列表序号
|
|
|
operation: {
|
|
@@ -404,7 +404,7 @@ export default {
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
- clickTagNameTop: "",
|
|
|
+ clickTagNameTop: "first",
|
|
|
totalPage: "1",
|
|
|
};
|
|
|
},
|
|
@@ -703,17 +703,16 @@ export default {
|
|
|
this.getLastName();
|
|
|
} else {
|
|
|
this.adminResourceId = "";
|
|
|
-
|
|
|
- this.destroy = true;
|
|
|
- this.handleStatus = true;
|
|
|
}
|
|
|
} else {
|
|
|
this.adminResourceId = "";
|
|
|
|
|
|
- this.destroy = true;
|
|
|
- this.handleStatus = true;
|
|
|
+ // this.destroy = true;
|
|
|
+ // this.handleStatus = true;
|
|
|
}
|
|
|
if (this.fromList.taskId) {
|
|
|
+ this.destroy = true;
|
|
|
+ this.handleStatus = true;
|
|
|
} else {
|
|
|
this.$message.error("请先点击保存按钮");
|
|
|
}
|
|
@@ -764,14 +763,17 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
clickDemand(e, res) {
|
|
|
+ console.log(this.clickTagNameTop);
|
|
|
if (e === "工单状态" || e === "文件标题") {
|
|
|
if (this.clickTagNameTop === "first") {
|
|
|
// this.disabled = true;
|
|
|
// this.dialogTitle = "查看";
|
|
|
if (res.taskName === "起草") {
|
|
|
+ console.log(123);
|
|
|
this.disabled = false;
|
|
|
this.saveStatus = true;
|
|
|
} else {
|
|
|
+ console.log(456);
|
|
|
this.disabled = true;
|
|
|
this.saveStatus = false;
|
|
|
}
|
|
@@ -823,7 +825,7 @@ export default {
|
|
|
if (this.clickTagNameTop === "first") {
|
|
|
this.getQueryList();
|
|
|
} else if (this.clickTagNameTop === "two") {
|
|
|
- this.etQueryDone();
|
|
|
+ this.getQueryDone();
|
|
|
} else if (this.clickTagNameTop === "three") {
|
|
|
this.getMeLaunch();
|
|
|
}
|