This commit is contained in:
zhutianqi
2021-09-16 10:51:43 +08:00
parent 70e24768f9
commit 1b2fbca6fe
2 changed files with 8 additions and 1 deletions
@@ -100,6 +100,12 @@
</div>
</template>
</el-table-column>
<el-table-column
prop="dyhz"
label="回执说明"
align="center">
</el-table-column>
</el-table>
</div>
<el-collapse accordion>
@@ -392,6 +398,7 @@
pId: this.pId
}).then(res => {
let data = JSON.parse(res.mesg)
console.log(data);
this.form.title = data.title || data.form.title
this.form.date = data.date || data.form.date
this.json = data || data.form