|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
+ <div class="ghzc">
|
|
|
<div class="sm-panel sm-function-module-query" v-drag>
|
|
|
<div class="sm-panel-header">
|
|
|
<span>服务详情</span>
|
|
@@ -179,7 +179,7 @@
|
|
|
width="50%"
|
|
|
:before-close="handleClose2"
|
|
|
>
|
|
|
- <div>
|
|
|
+ <div class="pagination">
|
|
|
<el-table :data="tableData" style="width: 100%" height="460">
|
|
|
<el-table-column prop="sqTime" label="申请时间" show-overflow-tooltip>
|
|
|
</el-table-column>
|
|
@@ -358,7 +358,7 @@ export default {
|
|
|
this.getList();
|
|
|
},
|
|
|
getList() {
|
|
|
- GetResources({ pageSize: this.pageSize, pageNum: this.pageNum }).then(
|
|
|
+ GetResources({ pageSize: this.pageSize, pageNum: this.pageNum,zymlId:this.detailObj.id }).then(
|
|
|
(res) => {
|
|
|
this.tableData = res.rows;
|
|
|
this.total = res.total;
|