From 4f5549cd814eeaecd0ff04de62452d8d5fb4cbc5 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 21 九月 2023 15:13:27 +0800
Subject: [PATCH] 9.21
---
src/components/view/Processingproducts.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/components/view/Processingproducts.vue b/src/components/view/Processingproducts.vue
index a9dcf00..4530c83 100644
--- a/src/components/view/Processingproducts.vue
+++ b/src/components/view/Processingproducts.vue
@@ -15,7 +15,7 @@
<el-input
size="small"
v-model="search.productName"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
placeholder="璇疯緭鍏�"
clearable
></el-input>
@@ -23,7 +23,7 @@
<el-input
size="small"
v-model="search.specificationModel"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
placeholder="璇疯緭鍏�"
clearable
></el-input>
@@ -32,7 +32,7 @@
v-model="search.productCategories"
size="small"
placeholder="璇烽�夋嫨"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
>
<el-option label="鍘熸潗鏂�" :value="0"></el-option>
<el-option label="鎴愬搧" :value="1"></el-option>
@@ -43,7 +43,7 @@
v-model="search.state"
size="small"
placeholder="璇烽�夋嫨"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
>
<el-option label="杩斾慨涓�" :value="1"></el-option>
<el-option label="寰呭鐞�" :value="0"></el-option>
@@ -284,6 +284,7 @@
})
.then(res => {
this.updateEditList = res.data;
+ this.getDetailInfo();
});
},
// 鐐瑰嚮缂栬緫鎰忚
@@ -326,6 +327,7 @@
.then(res => {
console.log(`output->res`, res);
this.dialogVisible = false;
+ this.getDetailInfo();
});
}
},
--
Gitblit v1.9.3