This commit is contained in:
24kycj
2024-12-02 13:42:37 +08:00
parent cdc56d6c71
commit 1dba691ab9
4 changed files with 27 additions and 25 deletions
+7 -7
View File
@@ -670,13 +670,13 @@ export default {
},
// 打开作业文件
openWork() {
// if (!that.workStatus) {
// that.$message({
// message: '请先连接服务',
// type: 'warning'
// })
// return
// }
if (!that.workStatus) {
that.$message({
message: '请先连接服务',
type: 'warning'
})
return
}
that.isNew = false
dialog
.showOpenDialog({