集成任务删除按钮新增、删除。

This commit is contained in:
hyt 2024-03-26 13:47:11 +08:00
parent 2ada974f80
commit 0b5d56b061
2 changed files with 4 additions and 4 deletions

View File

@ -218,10 +218,6 @@ export default {
this.submitShow = true;
this.isEdit = false
this.funData = [
{
color: "#ff0000",
text: "删除",
}
]
//
if (type == "add") {

View File

@ -151,6 +151,10 @@ export default {
this.submitShow = true;
this.isEdit = false
this.funData = [
{
color: "#ff0000",
text: "删除",
}
]
//
if (type == "add") {