|
@@ -34,7 +34,7 @@
|
|
|
>新增</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
+ <!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="success"
|
|
|
plain
|
|
@@ -45,7 +45,7 @@
|
|
|
v-hasPermi="['peopleChuRu:bdglLeave:edit']"
|
|
|
>修改</el-button
|
|
|
>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="danger"
|
|
@@ -1502,6 +1502,7 @@ import {
|
|
|
getBdglList,
|
|
|
getAllDept,
|
|
|
getAll,
|
|
|
+ guidui
|
|
|
} from "@/api/peopleChuRu/bdglLeave";
|
|
|
|
|
|
import {
|
|
@@ -1737,7 +1738,7 @@ export default {
|
|
|
.then(() => {
|
|
|
if (this.form.id != null) {
|
|
|
this.form.rejoin = "1";
|
|
|
- updateBdglLeave(this.form).then((response) => {
|
|
|
+ guidui(this.form).then((response) => {
|
|
|
this.$modal.msgSuccess("归队成功");
|
|
|
this.getList();
|
|
|
});
|