@ -352,6 +352,14 @@
</template>
</el-table-column>
</el-table>
<pagination
v-show="detailTotal>0"
:total="detailTotal"
:page.sync="detailQuery.page"
:limit.sync="detailQuery.limit"
@pagination="getDetailList"
/>
</el-card>
</el-dialog>
@ -85,6 +85,11 @@ export default {
},
data() {
return {
addDetailQuery:{
total:0,
page:10,
limit:1
cacheKey: null,
hasOrderCache: false,
locDeptCode: null,