@@ -204,20 +204,20 @@ export default {
phone: {
rules: [{
- required: true,
+ required: false,
message: '请输入手机号码!'
}]
},
idCard: {
message: '请输入身份证号!'
unitPrice: {
message: '请输入单价/时薪!'
@@ -92,7 +92,7 @@
<a-col :md="12" :sm="12" :xxl="12" style="display: flex;justify-content: flex-end;">
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
- <a-button type="primary" icon="search" @click="handleQueryList">查询</a-button>
+ <a-button type="primary" icon="search" @click="handleQueryList" :loading="loading">查询</a-button>
<!-- <a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button"
>重置</a-button
> -->
@@ -87,6 +87,7 @@
<a-col :md="18" :sm="18" :xxl="18" style="display: flex;justify-content: flex-end;">
<a-button
+ :loading="loading"
type="primary"
icon="search"
@click="
@@ -95,9 +96,6 @@
"
>查询</a-button
>
- <!-- <a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button"
- >重置</a-button
- > -->
</span>
</a-col>
</a-row>
@@ -529,7 +529,6 @@ export default {
return {
material: '',
searchLoading:false,
-
designList:[],
detailLoading:false,
clip:undefined,
@@ -43,7 +43,7 @@
<a-input class="myinput" v-model="videoID" style="width:250px" />
</div> -->
- <a-button type="primary" @click="searchRes">查询</a-button>
+ <a-button type="primary" @click="searchRes" :loading="loading" >查询</a-button>
</div>
<div style="margin:15px 0" class="btndiv">