fix:工商登记信息同步
This commit is contained in:
parent
48cb283b23
commit
6fa525880d
|
|
@ -160,8 +160,7 @@
|
|||
同步月份:
|
||||
<el-date-picker
|
||||
v-model="month"
|
||||
type="month"
|
||||
value-format="yyyyMM"
|
||||
value-format="yyyyMMdd"
|
||||
placeholder="选择同步月"/>
|
||||
</el-table-column>
|
||||
<el-form-item style="padding-top: 30px">
|
||||
|
|
@ -313,7 +312,7 @@ export default {
|
|||
}
|
||||
}
|
||||
const pa = {
|
||||
yf: this.month,
|
||||
rq: this.month,
|
||||
xzqhDm: this.xzqhDm,
|
||||
xzqhMc: xzqhMc
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue