|
@@ -23,7 +23,7 @@
|
|
|
</div>
|
|
|
<div v-if="~['examine','detail'].indexOf(activeKey)" style="box-sizing: border-box;padding: 16px;">
|
|
|
<zj-form-container ref="formRef" :form-data="formData" :styleSwitch="false">
|
|
|
- <zj-form-module :title="formDialogTitles[formDialogType]" label-width="100px" :showPackUp="false"
|
|
|
+ <zj-form-module title="" label-width="100px" :showPackUp="false"
|
|
|
:form-data="formData" :form-items="formItems">
|
|
|
</zj-form-module>
|
|
|
</zj-form-container>
|
|
@@ -112,7 +112,8 @@ export default {
|
|
|
dialogVisible: false,
|
|
|
formData: {
|
|
|
type: '工程师',
|
|
|
- examineRemark: ''
|
|
|
+ examineRemark: '',
|
|
|
+ examineStatus: ''
|
|
|
},
|
|
|
examineStatus: '',
|
|
|
websitList: [],
|
|
@@ -317,7 +318,6 @@ export default {
|
|
|
this.workerForm.userId = row.userId
|
|
|
getMemberDetail({ userId: row.userId }).then(res => {
|
|
|
Object.assign(this.formData, res.data)
|
|
|
- this.formDialogType = 0
|
|
|
})
|
|
|
})
|
|
|
},
|