|
@@ -125,6 +125,7 @@
|
|
|
v-hasPermi="['service:company:delete']"
|
|
v-hasPermi="['service:company:delete']"
|
|
|
>删除</el-button>
|
|
>删除</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
|
|
+ v-if="scope.row.scyStatus == '00'"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
type="text"
|
|
type="text"
|
|
|
@click="handleToCore(scope.row)"
|
|
@click="handleToCore(scope.row)"
|
|
@@ -516,12 +517,12 @@ export default {
|
|
|
return companyToCore(scyId);
|
|
return companyToCore(scyId);
|
|
|
}).then(() => {
|
|
}).then(() => {
|
|
|
this.getList();
|
|
this.getList();
|
|
|
- this.msgSuccess("删除成功");
|
|
|
|
|
|
|
+ this.msgSuccess("更改成功");
|
|
|
})
|
|
})
|
|
|
.catch(() => {
|
|
.catch(() => {
|
|
|
this.$message({
|
|
this.$message({
|
|
|
type: "warning",
|
|
type: "warning",
|
|
|
- message: "已取消删除",
|
|
|
|
|
|
|
+ message: "已取消更改",
|
|
|
|
|
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|