From 0bd64cdb66957d78202e96517d52cb100369b5af Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期六, 09 九月 2023 14:51:22 +0800
Subject: [PATCH] Crunchy-09/09
---
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