集成任务删除按钮新增、删除。
This commit is contained in:
parent
2ada974f80
commit
0b5d56b061
|
@ -218,10 +218,6 @@ export default {
|
||||||
this.submitShow = true;
|
this.submitShow = true;
|
||||||
this.isEdit = false
|
this.isEdit = false
|
||||||
this.funData = [
|
this.funData = [
|
||||||
{
|
|
||||||
color: "#ff0000",
|
|
||||||
text: "删除",
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
// 新增
|
// 新增
|
||||||
if (type == "add") {
|
if (type == "add") {
|
||||||
|
|
|
@ -151,6 +151,10 @@ export default {
|
||||||
this.submitShow = true;
|
this.submitShow = true;
|
||||||
this.isEdit = false
|
this.isEdit = false
|
||||||
this.funData = [
|
this.funData = [
|
||||||
|
{
|
||||||
|
color: "#ff0000",
|
||||||
|
text: "删除",
|
||||||
|
}
|
||||||
]
|
]
|
||||||
// 新增
|
// 新增
|
||||||
if (type == "add") {
|
if (type == "add") {
|
||||||
|
|
Loading…
Reference in New Issue