Browse Source

Merge branch 'develop' into xuxiaoming

pull/66/head
xuxiaoming 3 years ago
parent
commit
28506f3d6b
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/views/plan/workbench/homePage/beta/predict/predictEdit.vue

+ 5
- 0
src/views/plan/workbench/homePage/beta/predict/predictEdit.vue View File

@ -96,6 +96,7 @@
<el-col :span="24">
<el-form-item class="fr" style="margin: 10px 0 0;">
<el-button v-if="item.title === '修改'" @click="delHandle" class="search-button-style" style="background: red;border-color: red;">D 删除</el-button>
<el-button @click="goBackHandle" class="search-button-style">R 返回</el-button>
</el-form-item>
</el-col>
</el-row>
@ -231,6 +232,10 @@ export default {
}
})
},
//
goBackHandle() {
this.$router.push({path:'/plan/workbench/homePage',query: {CustomerId: this.item.CustomerId}})
},
//
delHandle() {
this.$confirm('是否确认删除"' + this.item.CustomerId + '"的数据项?', "警告", {


Loading…
Cancel
Save