projects/mesxc-lb #230
@ -45,7 +45,7 @@
|
||||
@close="cancel"
|
||||
@cancel="cancel"
|
||||
@confirm="handleConfirm">
|
||||
<add ref="add" @refreshDataList="successSubmit" />
|
||||
<add ref="add" v-if="open" @refreshDataList="successSubmit" />
|
||||
</base-dialog>
|
||||
<!-- 添加巡检,查看详情 -->
|
||||
<addOrUpdata
|
||||
|
@ -262,7 +262,7 @@ export default {
|
||||
// checkPersonParam = `&checkPerson=${this.$store.getters.nickname}`;
|
||||
//}
|
||||
|
||||
const res = this.$axios({
|
||||
const res = await this.$axios({
|
||||
url: `/base/equipment-check-order/confirm?confirmPerson=${this.$store.getters.nickname}`,
|
||||
// +checkPersonParam,
|
||||
// '/base/equipment-check-order/confirm?ids=' + JSON.stringify([id]).replaceAll("\"", ''),
|
||||
|
@ -235,7 +235,7 @@ export default {
|
||||
...this.dataForm,
|
||||
special: true,
|
||||
status: 0,
|
||||
groupClass: this.dataForm.groupClass.join(','),
|
||||
groupClass: this.dataForm.groupClass?.join(','),
|
||||
},
|
||||
});
|
||||
if (res.code == 0) {
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user