|
@@ -112,10 +112,11 @@ async function handleApprove(getNext = true) {
|
|
|
if (getNext) {
|
|
|
const { UserName, CompanyName, Position, Mobile } = applyData.value[dataIndex.value];
|
|
|
const res = await etaTrialInterence.applyEnable({
|
|
|
- UserName,
|
|
|
- CompanyName,
|
|
|
- Position,
|
|
|
- Mobile,
|
|
|
+ // UserName,
|
|
|
+ // CompanyName,
|
|
|
+ // Position,
|
|
|
+ IsCheckAll: false,
|
|
|
+ MobileList: [Mobile] ,
|
|
|
ApplyReasons: applyReason.value
|
|
|
});
|
|
|
if (res.Ret !== 200) return;
|
|
@@ -157,6 +158,9 @@ function getNextTableData() {
|
|
|
}
|
|
|
.foot-container{
|
|
|
text-align: center;
|
|
|
+ justify-content: center;
|
|
|
+ display: flex;
|
|
|
+ gap: 40px;
|
|
|
padding-bottom: 40px;
|
|
|
margin-top: 60px;
|
|
|
}
|