新增失信人员
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<section class="Add">
|
||||
<ai-detail class="add">
|
||||
<template #title>
|
||||
<ai-title :title="params.id ? '行政许可信息详情' : '新增行政许可信息'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)" />
|
||||
<ai-title :title="params.id ? '编辑' : '新增行政许可信息'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)" />
|
||||
</template>
|
||||
<template #content>
|
||||
<div class="add-form">
|
||||
@@ -118,15 +118,6 @@ export default {
|
||||
this.$refs.forms.validate((valid) => {
|
||||
if (valid) {
|
||||
this.instance.post(`/appcreditadminstrativelicense/addOrUpdate`, {
|
||||
// licenseName: this.forms.licenseName,
|
||||
// licenseCode: this.forms.licenseCode,
|
||||
// decisionDate: this.forms.decisionDate,
|
||||
// startDate: JSON.stringify(this.forms.startDate),
|
||||
// endtDate: JSON.stringify(this.forms.endtDate),
|
||||
// licenseOrganization: this.forms.licenseOrganization,
|
||||
// enterpriseName: this.forms.enterpriseName,
|
||||
// unifiedCode: this.forms.unifiedCode,
|
||||
// licenseContent: this.forms.licenseContent,
|
||||
...this.forms,
|
||||
id: this.params.id || '',
|
||||
// picture: this.form.picture.length ? this.form.picture[0].url : ''
|
||||
|
||||
Reference in New Issue
Block a user