Commit 2c93c05b authored by 黄奎's avatar 黄奎

页面修改

parent f6673c11
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<el-pagination background @current-change="handleOutChange" :current-page.sync="currentPage" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total"> layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total">
</el-pagination> </el-pagination>
</div> </div>
...@@ -458,7 +458,7 @@ ...@@ -458,7 +458,7 @@
//审核通过或者驳回 //审核通过或者驳回
AuditElec(item, type) { AuditElec(item, type) {
item.AuditContract = type; item.AuditContract = type;
// this.apiJavaPost("/api/contract/dosaveOrUpdate", item, res => { // this.apiJavaPost("/api/contract/dosaveOrUpdate", item, res => {
this.apipost("travelcontract_get_UpdateAuditContractService", item, res => { this.apipost("travelcontract_get_UpdateAuditContractService", item, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.Success(res.data.message); this.Success(res.data.message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment