From 4fa97f6b365035a1f811833b54ada53a9a1a35da Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期五, 08 九月 2023 16:45:48 +0800
Subject: [PATCH] 设备维护,标准Bom
---
src/components/view/self-inspection.vue | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/components/view/self-inspection.vue b/src/components/view/self-inspection.vue
index 7989a10..e52bfac 100644
--- a/src/components/view/self-inspection.vue
+++ b/src/components/view/self-inspection.vue
@@ -382,7 +382,7 @@
product: [],
list: [],
checkTreeNode: {
- name:'鍓ョ紗',
+ id:2,
},
tableData: [],
upIndex: 0,
@@ -403,19 +403,16 @@
},
mounted() {
this.selectAllleft()
+ this.selectAllSelf()
},
methods: {
//鍒犻櫎
delSelfcheck() {
console.log(this.upData.id);
- this.$axios.post(this.$api.url.addSelfcheck,{
+ this.$axios.post(this.$api.url.delSelfcheck,{
id:this.upData.id
}
- , {
- headers: {
- "Content-Type": "application/json"
- }
- }
+
)
},
deleteRow(index, row) {
--
Gitblit v1.9.3