|
|
@ -1,6 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<!-- 详情 --> |
|
|
<!-- 详情 --> |
|
|
<div class="detail-container"> |
|
|
|
|
|
|
|
|
<div class="detail-container" v-if="open"> |
|
|
<div class="detail-top"> |
|
|
<div class="detail-top"> |
|
|
<div class="left-top"> |
|
|
<div class="left-top"> |
|
|
<img src="@/assets/images/back.png" @click="cancel()" /> |
|
|
<img src="@/assets/images/back.png" @click="cancel()" /> |
|
|
@ -219,10 +219,8 @@ export default { |
|
|
this.queryJcgjParams.ffjlId = row.id |
|
|
this.queryJcgjParams.ffjlId = row.id |
|
|
info({ id: row.id }).then(response => { |
|
|
info({ id: row.id }).then(response => { |
|
|
this.form = response.data |
|
|
this.form = response.data |
|
|
debugger |
|
|
|
|
|
this.open = true |
|
|
this.open = true |
|
|
this.getJjcgjList() |
|
|
this.getJjcgjList() |
|
|
this.$modal.closeLoading() |
|
|
|
|
|
}).finally(() => { |
|
|
}).finally(() => { |
|
|
this.$modal.closeLoading() |
|
|
this.$modal.closeLoading() |
|
|
}) |
|
|
}) |
|
|
|