remove 删除无用代码
This commit is contained in:
parent
300a7d263a
commit
2aab63a589
@ -107,8 +107,6 @@ const formRef = ref(ElForm);
|
|||||||
const buttonLoading = ref(false);
|
const buttonLoading = ref(false);
|
||||||
// 遮罩层
|
// 遮罩层
|
||||||
const loading = ref(true)
|
const loading = ref(true)
|
||||||
// 导出遮罩层
|
|
||||||
const exportLoading = ref(false)
|
|
||||||
// 选中数组
|
// 选中数组
|
||||||
const ids = ref<Array<any>>([])
|
const ids = ref<Array<any>>([])
|
||||||
// 非单个禁用
|
// 非单个禁用
|
||||||
@ -205,21 +203,6 @@ const clickDesign = (id: string) => {
|
|||||||
designModel.value.visible = true;
|
designModel.value.visible = true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
// 关闭设计流程
|
|
||||||
const closeBpmn = () => {
|
|
||||||
getList();
|
|
||||||
if (designModel.value) {
|
|
||||||
designModel.value.visible = false;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
const handleClose = async () => {
|
|
||||||
await proxy?.$modal.confirm('请记得点击保存按钮,确定关闭设计窗口?');
|
|
||||||
if (designModel.value) {
|
|
||||||
designModel.value.visible = false;
|
|
||||||
}
|
|
||||||
// 刷新数据
|
|
||||||
getList();
|
|
||||||
};
|
|
||||||
// 导出流程模型
|
// 导出流程模型
|
||||||
const clickExportZip = (data: any) => {
|
const clickExportZip = (data: any) => {
|
||||||
proxy?.$download.zip('/workflow/model/export/zip/' + data.id, data.name + '-' + data.key);
|
proxy?.$download.zip('/workflow/model/export/zip/' + data.id, data.name + '-' + data.key);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user