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