flx: 暂存
This commit is contained in:
parent
1b1b568c95
commit
3ce7229d6b
@ -346,7 +346,7 @@ export function isLoadPlugin(devList, layout) {
|
|||||||
devList[0].appId,
|
devList[0].appId,
|
||||||
devList[0].appSecret,
|
devList[0].appSecret,
|
||||||
devList[0].account,
|
devList[0].account,
|
||||||
devList[0].password,
|
devList[0].port,
|
||||||
false,
|
false,
|
||||||
devList,
|
devList,
|
||||||
layout
|
layout
|
||||||
|
|||||||
@ -4527,6 +4527,24 @@ const routes2 = [{
|
|||||||
component: () =>
|
component: () =>
|
||||||
import ("@/views/projectFront/dangerousBigProject/checkTable.vue"),
|
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",
|
path: "/companyAdmin/dangerousBigProject/dictionary",
|
||||||
name: "dangerousBigProjectdictionary",
|
name: "dangerousBigProjectdictionary",
|
||||||
|
|||||||
@ -43,7 +43,7 @@ export default {
|
|||||||
this.$store.commit("setIsExpand", this.isExpand);
|
this.$store.commit("setIsExpand", this.isExpand);
|
||||||
},
|
},
|
||||||
getPlayParams(data){
|
getPlayParams(data){
|
||||||
console.log('playVideo.vue拿到设备列表')
|
console.log('playVideo.vue拿到设备列表', data)
|
||||||
this.devList=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
@ -1607,6 +1607,7 @@ export default {
|
|||||||
console.log(this.$refs.multipleTable.selection);
|
console.log(this.$refs.multipleTable.selection);
|
||||||
deleteBatchWorkTicketApi({ ids }).then((res) => {
|
deleteBatchWorkTicketApi({ ids }).then((res) => {
|
||||||
this.getWorkTicketList();
|
this.getWorkTicketList();
|
||||||
|
this.getWorkTicketCountWorkTicket();
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.catch(() => {});
|
.catch(() => {});
|
||||||
@ -1709,6 +1710,7 @@ export default {
|
|||||||
this.$message.success(res.message);
|
this.$message.success(res.message);
|
||||||
this.initWorkTicketClose();
|
this.initWorkTicketClose();
|
||||||
this.getWorkTicketList();
|
this.getWorkTicketList();
|
||||||
|
this.getWorkTicketCountWorkTicket();
|
||||||
this.onExamineClick({
|
this.onExamineClick({
|
||||||
id: this.workTicketId,
|
id: this.workTicketId,
|
||||||
});
|
});
|
||||||
@ -1890,6 +1892,7 @@ export default {
|
|||||||
this.workTicketId = res.result.id;
|
this.workTicketId = res.result.id;
|
||||||
this.stepActive = 2;
|
this.stepActive = 2;
|
||||||
this.getWorkTicketList();
|
this.getWorkTicketList();
|
||||||
|
this.getWorkTicketCountWorkTicket();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if (this.workTicketType == 3) {
|
} else if (this.workTicketType == 3) {
|
||||||
@ -1926,6 +1929,7 @@ export default {
|
|||||||
message: this.$t("message.quality.successfullyDelete") + "!",
|
message: this.$t("message.quality.successfullyDelete") + "!",
|
||||||
});
|
});
|
||||||
this.getWorkTicketList();
|
this.getWorkTicketList();
|
||||||
|
this.getWorkTicketCountWorkTicket();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user