|
@@ -32,7 +32,7 @@
|
|
|
</el-dropdown>
|
|
|
</span>
|
|
|
<span style="float: right;">
|
|
|
- <el-button size="mini" plain @click="dele_pro()">删除项目</el-button>
|
|
|
+ <el-button size="mini" @click="dele_pro()">删除项目</el-button>
|
|
|
<el-dropdown placement="bottom" style="margin-left: 10px;">
|
|
|
<el-button size="mini" type="primary">
|
|
|
新建
|
|
@@ -905,8 +905,6 @@ export default {
|
|
|
projectDeleteCheck(this.form_query.id, {}).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.centerDialogVisible = true
|
|
|
- } else {
|
|
|
- this.$message({ message: res.msg, type: 'error', duration: 1000, offset: 150 })
|
|
|
}
|
|
|
})
|
|
|
},
|