|
@@ -150,7 +150,7 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
@click="handleRelInvite(scope.row)"
|
|
|
- v-hasPermi="['service:rel:update']"
|
|
|
+ v-hasPermi="['service:rel:again']"
|
|
|
>重邀</el-button>
|
|
|
<el-button
|
|
|
v-if="handleRel && scope.row.launchScrStatus == '01'"
|
|
@@ -433,7 +433,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
- listRel, sparelist, listCompany, addRel, updateRel, listAllCompany,
|
|
|
+ listRel, sparelist, listCompany, addRel, updateRel, listAllCompany, againRel,
|
|
|
delRel, removeSpare, listCompanyQuery, getUser, againInvite, getListRel
|
|
|
} from "@/api/service/rel/companyRel";
|
|
|
import { uploadFileNew } from "@/api/common/file";
|
|
@@ -1036,7 +1036,7 @@ submitForm() {
|
|
|
type: "info"
|
|
|
}).then(function() {
|
|
|
const state = "00";
|
|
|
- return updateRel(launchScrId,state);
|
|
|
+ return againRel(launchScrId,state);
|
|
|
}).then(() => {
|
|
|
this.msgSuccess("邀请成功");
|
|
|
this.getUser();
|