This commit is contained in:
2024-09-10 15:19:44 +08:00
parent 09cce6c613
commit e237737830
99 changed files with 14597 additions and 9267 deletions

View File

@@ -167,7 +167,7 @@ export default {
created() {
this.id = this.$route.query.id;
if (!this.id) {
this.$message.error('未传递 id 参数,无法查看流程信息');
this.$message.warning('未传递 id 参数,无法查看流程信息');
return;
}
this.getDetail();
@@ -185,7 +185,7 @@ export default {
this.processInstanceLoading = true;
getProcessInstance(this.id).then(response => {
if (!response.data) {
this.$message.error('查询不到流程信息!');
this.$message.warning('查询不到流程信息!');
return;
}
// 设置流程信息