flx: 暂存

This commit is contained in:
Rain_ 2025-09-19 15:34:26 +08:00
parent 1b1b568c95
commit 3ce7229d6b
7 changed files with 4001 additions and 2 deletions

View File

@ -346,7 +346,7 @@ export function isLoadPlugin(devList, layout) {
devList[0].appId,
devList[0].appSecret,
devList[0].account,
devList[0].password,
devList[0].port,
false,
devList,
layout

View File

@ -4527,6 +4527,24 @@ const routes2 = [{
component: () =>
import ("@/views/projectFront/dangerousBigProject/checkTable.vue"),
},
{
path: "/companyAdmin/dangerousBigProject/newCheckTable",
name: "dangerousBigProjectcheckTable",
component: () =>
import ("@/views/projectFront/dangerousBigProject/newCheckTable/checkTable.vue"),
},
{
path: "/companyAdmin/dangerousBigProject/catalogueLibrary",
name: "dangerousBigProjectcheckTable",
component: () =>
import ("@/views/projectFront/dangerousBigProject/newCheckTable/catalogueLibrary.vue"),
},
{
path: "/companyAdmin/dangerousBigProject/newDictionary",
name: "dangerousBigProjectdictionary",
component: () =>
import ("@/views/projectFront/dangerousBigProject/newCheckTable/dictionary.vue"),
},
{
path: "/companyAdmin/dangerousBigProject/dictionary",
name: "dangerousBigProjectdictionary",

View File

@ -43,7 +43,7 @@ export default {
this.$store.commit("setIsExpand", this.isExpand);
},
getPlayParams(data){
console.log('playVideo.vue拿到设备列表')
console.log('playVideo.vue拿到设备列表', data)
this.devList=data
},
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1607,6 +1607,7 @@ export default {
console.log(this.$refs.multipleTable.selection);
deleteBatchWorkTicketApi({ ids }).then((res) => {
this.getWorkTicketList();
this.getWorkTicketCountWorkTicket();
});
})
.catch(() => {});
@ -1709,6 +1710,7 @@ export default {
this.$message.success(res.message);
this.initWorkTicketClose();
this.getWorkTicketList();
this.getWorkTicketCountWorkTicket();
this.onExamineClick({
id: this.workTicketId,
});
@ -1890,6 +1892,7 @@ export default {
this.workTicketId = res.result.id;
this.stepActive = 2;
this.getWorkTicketList();
this.getWorkTicketCountWorkTicket();
}
});
} else if (this.workTicketType == 3) {
@ -1926,6 +1929,7 @@ export default {
message: this.$t("message.quality.successfullyDelete") + "!",
});
this.getWorkTicketList();
this.getWorkTicketCountWorkTicket();
}
});
})