|
@@ -1026,9 +1026,7 @@ export default {
|
|
|
},
|
|
|
params: {
|
|
|
woNo: this.woNo,
|
|
|
- remark: [this.operateName, this.remark]
|
|
|
- .filter((el) => el !== "")
|
|
|
- .join(","),
|
|
|
+ remark: this.remark,
|
|
|
opinion: this.infolist.opinion,
|
|
|
},
|
|
|
}).then(({ data }) => {
|
|
@@ -1093,9 +1091,7 @@ export default {
|
|
|
// 需求描述
|
|
|
demandDesc: this.infolist.demandDesc,
|
|
|
// 审批说明
|
|
|
- remark: [this.operateName, this.remark]
|
|
|
- .filter((el) => el !== "")
|
|
|
- .join(","),
|
|
|
+ remark: this.remark,
|
|
|
// 审核人员
|
|
|
loginNameList: this.treeList.length
|
|
|
? this.treeList.map((el) => {
|
|
@@ -1168,9 +1164,7 @@ export default {
|
|
|
},
|
|
|
params: {
|
|
|
woNo: this.woNo,
|
|
|
- remark: [this.operateName, this.remark]
|
|
|
- .filter((el) => el !== "")
|
|
|
- .join(","),
|
|
|
+ remark: this.remark,
|
|
|
opinion: this.infolist.opinion
|
|
|
},
|
|
|
}).then(({ data }) => {
|
|
@@ -1194,9 +1188,7 @@ export default {
|
|
|
},
|
|
|
data: {
|
|
|
woNo: this.woNo + "",
|
|
|
- remark: [this.operateName, this.remark]
|
|
|
- .filter((el) => el !== "")
|
|
|
- .join(","),
|
|
|
+ remark: this.remark,
|
|
|
opinion: this.infolist.opinion,
|
|
|
},
|
|
|
}).then(({ data }) => {
|
|
@@ -1220,9 +1212,7 @@ export default {
|
|
|
},
|
|
|
data: {
|
|
|
woNo: this.woNo + "",
|
|
|
- remark: [this.operateName, this.remark]
|
|
|
- .filter((el) => el !== "")
|
|
|
- .join(","),
|
|
|
+ remark: this.remark,
|
|
|
opinion: this.infolist.opinion,
|
|
|
},
|
|
|
}).then(({ data }) => {
|