From 039d01c3ee6217e18ef3bcaec263fd2ad59e6f68 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 20 九月 2023 16:19:51 +0800
Subject: [PATCH] modified: src/components/view/equipmentmaintain.vue modified: src/components/view/standard-table/material.vue modified: src/components/view/standard-table/product.vue modified: src/components/view/standard-table/target.vue modified: src/components/view/standard-table/technology.vue
---
src/components/view/raw-ins.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/components/view/raw-ins.vue b/src/components/view/raw-ins.vue
index e2229b3..237b8b7 100644
--- a/src/components/view/raw-ins.vue
+++ b/src/components/view/raw-ins.vue
@@ -99,16 +99,16 @@
v-model="search.formTime"
size="small"
placeholder="璇疯緭鍏�"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
clearable
value-format="yyyy-MM-dd"
></el-date-picker>
<span>鍘熸潗鏂欑紪鐮侊細</span>
<el-input
v-model="search.code"
- size="small"
placeholder="璇疯緭鍏�"
- style="width: 224px;margin-right: 30px;"
+ size="small"
+ style="width: 13vw;margin-right: 5px;"
clearable
></el-input>
<span>妫�娴嬬姸鎬侊細</span>
@@ -116,7 +116,7 @@
v-model="search.insState"
size="small"
placeholder="璇烽�夋嫨"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
>
<el-option label="鍏ㄩ儴" :value="2"></el-option>
<el-option label="鏈娴�" :value="0"></el-option>
@@ -127,7 +127,7 @@
v-model="search.name"
size="small"
placeholder="璇疯緭鍏�"
- style="width: 224px;margin-right: 30px;"
+ style="width: 13vw;margin-right: 5px;"
clearable
></el-input>
<el-button size="mini" @click="clean()"><span>閲� 缃�</span></el-button>
@@ -244,8 +244,8 @@
this.selectRawInspectsList();
},
selectRawInspectsList() {
- this.axios
- .post(this.$api.url.selectRawInspectsList, this.search)
+ this.$axios
+ .get(this.$api.url.selectRawInspectsList, { params: this.search })
.then(res => {
this.tableData = res.data.row;
this.total = res.data.total;
--
Gitblit v1.9.3