|
@@ -247,7 +247,7 @@
|
|
|
</el-radio-group> -->
|
|
|
<!-- <el-button type="primary" size="mini" @click="syncDateFn">同步资料日期</el-button> -->
|
|
|
</div>
|
|
|
- <el-form-item label="" class="fr"> > </el-form-item>
|
|
|
+ <el-form-item label="" class="fr"> </el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
@@ -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('修改成功')
|