|
@@ -465,6 +465,7 @@ export default {
|
|
|
}
|
|
|
let promise
|
|
|
if (this.isArea) {
|
|
|
+ params.periodType = this.artInfo.periodType
|
|
|
promise = this.$api.areaArt.saveAreaArt({
|
|
|
id: sessionStorage.getItem("areaId"),
|
|
|
art: params,
|
|
@@ -476,6 +477,7 @@ export default {
|
|
|
id: this.curPeriod.id,
|
|
|
name: this.curPeriod.name
|
|
|
}
|
|
|
+ params.periodType = this.curPeriod.periodType
|
|
|
promise = this.$api.areaArt.saveArt({
|
|
|
art: params
|
|
|
})
|