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