apply-clients 3.3.20 → 3.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -586,6 +586,7 @@ export default {
|
|
|
586
586
|
{resolveMsg: null, rejectMsg: '公司查询失败!!!'}
|
|
587
587
|
)
|
|
588
588
|
this.show_data.f_dev_id = res.data[0].id
|
|
589
|
+
this.show_data.f_dev_code = res.data[0].f_dev_code
|
|
589
590
|
this.setLabelValue('法人名称', res.data[0].f_legal_person)
|
|
590
591
|
this.setLabelValue('身份证', res.data[0].f_idnumber)
|
|
591
592
|
this.setLabelValue('营业执照', res.data[0].f_license_num)
|