|
@@ -758,10 +758,10 @@ export default {
|
|
|
})
|
|
|
ids = [...new Set(ids)]
|
|
|
examineData({
|
|
|
- id: ids.join(','),
|
|
|
- examineStatus: this.examineForm.status,
|
|
|
- examineRemark: this.examineForm.remark,
|
|
|
- serviceId: ''
|
|
|
+ ids: ids.join(',')
|
|
|
+ // examineStatus: this.examineForm.status,
|
|
|
+ // examineRemark: this.examineForm.remark,
|
|
|
+ // serviceId: ''
|
|
|
}).then(res => {
|
|
|
this.isShowExamineDialog = false
|
|
|
this.$successMsg('修改成功')
|