This commit is contained in:
Melete 2024-03-04 14:01:53 +08:00
父節點 3aa3361559
當前提交 50cfcc3af2
共有 3 個檔案被更改,包括 3 行新增3 行删除

查看文件

@ -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) {