|
|
@@ -148,7 +148,7 @@ export default {
|
|
|
this.sumbitSubList.forEach((e, i) => {
|
|
|
// eslint-disable-next-line no-undef
|
|
|
obj[i] = structuredClone(e)
|
|
|
- obj[i].xuanXiang = Object.keys(e.xuanXiang).length > 0 ? '' : JSON.stringify(e.xuanXiang)
|
|
|
+ obj[i].xuanXiang = Object.keys(e.xuanXiang).length <= 0 ? '' : JSON.stringify(e.xuanXiang)
|
|
|
})
|
|
|
this.sumbitMaster.satisfactionDetailPoList = obj
|
|
|
this.sumbitMaster.tiJiaoShiJian = this.$common.getDateNow(16)
|