vue2-client 1.4.47 → 1.4.48
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -414,7 +414,7 @@ export default {
|
|
|
414
414
|
// 得到年份选择器的值
|
|
415
415
|
panelChangeOne (value) {
|
|
416
416
|
this.yearShowOne = false
|
|
417
|
-
this.form[this.attr.model] = value
|
|
417
|
+
this.form[this.attr.model] = value.format('YYYY')
|
|
418
418
|
},
|
|
419
419
|
// 向父组件获取级联框的数据
|
|
420
420
|
selectsItemCheck (groupName, index, value) {
|