parent
48406b3704
commit
f5e08c6d68
|
@ -200,7 +200,7 @@
|
|||
</u-cell>
|
||||
<u-cell>
|
||||
<view slot="title" class="title">审核人</view>
|
||||
<view slot="value">{{ pd.conUserName }}</view>
|
||||
<view slot="value">{{ form.conUserName }}</view>
|
||||
</u-cell>
|
||||
<u-cell>
|
||||
<view slot="title" class="title">延期日期</view>
|
||||
|
@ -297,6 +297,7 @@ export default {
|
|||
methods: {
|
||||
async getData() {
|
||||
let resData = await getHiddenGoEdit({HIDDEN_ID: this.HIDDEN_ID});
|
||||
console.log(resData);
|
||||
this.form = resData.pd;
|
||||
this.hiddenFindPeople = resData.hiddenFindPeople;
|
||||
this.hiddenExamineList = resData.hiddenExa
|
||||
|
|
Loading…
Reference in New Issue