修改监控流程详情
This commit is contained in:
@@ -38,14 +38,11 @@ export default {
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
handleClose(done) {
|
||||
this.$confirm('确认关闭?')
|
||||
.then(_ => {
|
||||
done();
|
||||
})
|
||||
.catch(_ => { });
|
||||
handleClose() {
|
||||
this.dialogVisible = true
|
||||
},
|
||||
open() {
|
||||
this.form.name
|
||||
this.dialogVisible = true
|
||||
},
|
||||
submit() {
|
||||
@@ -95,4 +92,4 @@ export default {
|
||||
height: 40px;
|
||||
border-radius: 30px;
|
||||
margin-right: 30px;
|
||||
}</style>
|
||||
}</style>
|
||||
|
||||
Reference in New Issue
Block a user