From e3ddea4282d2c8050fd130958f4f9faa81ed65a5 Mon Sep 17 00:00:00 2001
From: nsgkyjk <759200926@qq.com>
Date: Sun, 11 Jul 2021 17:21:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8C=82=E7=89=8C=E9=A1=B9=E7=9B=AE=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E5=AF=B9=E6=8E=A5=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/project/index.vue | 7 ++++---
src/views/project/projectDetail.vue | 1 +
src/views/project/signUp.vue | 7 ++++++-
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/views/project/index.vue b/src/views/project/index.vue
index d00fae65..220a14e2 100644
--- a/src/views/project/index.vue
+++ b/src/views/project/index.vue
@@ -3,7 +3,7 @@
-
+
0){
let newList = []
for(let j = 0 ;j-1){
+ if(this.infoList[j].projectName.indexOf(val)>-1){
newList.push(this.infoList[j]);
}
}
@@ -132,6 +132,7 @@ export default {
this.value2=data.text
}
this.getList()
+ this.$refs.item.toggle();
},
},
};
diff --git a/src/views/project/projectDetail.vue b/src/views/project/projectDetail.vue
index a6103153..086dd075 100644
--- a/src/views/project/projectDetail.vue
+++ b/src/views/project/projectDetail.vue
@@ -326,6 +326,7 @@ export default {
getBiddingList(this.id).then(response =>{
this.biddinglistInformation = response.rows
});
+
},
methods: {
onChange(index) {
diff --git a/src/views/project/signUp.vue b/src/views/project/signUp.vue
index cdf7b1a7..aebc4ca8 100644
--- a/src/views/project/signUp.vue
+++ b/src/views/project/signUp.vue
@@ -34,32 +34,37 @@
name="姓名"
label="姓名"
placeholder="姓名"
+ required
/>
-
+
点击上传