Commit 5a31d58c authored by anxixi's avatar anxixi

项目联系人修改

parent 3e42efb5
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<div style="display:flex;"> <div style="display:flex;">
<el-date-picker style="width: 200px;" v-model="search.startTime" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('operationjson.authBegin')"></el-date-picker> <el-date-picker style="width: 200px;" v-model="search.startTime" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('operationjson.authBegin')"></el-date-picker>
<p style="width: 50px;text-align: center">{{$t('operationjson.tos')}}</p> <p style="width: 50px;text-align: center">{{$t('operationjson.tos')}}</p>
<el-date-picker style="width: 200px;" v-model="search.endTime" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('operationjson.authBegin')"></el-date-picker> <el-date-picker style="width: 200px;" v-model="search.endTime" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('operationjson.authEnd')"></el-date-picker>
<el-button type="primary" style="width: 140px;margin-left: 20px" @click="searchCik">{{$t('operationjson.search')}}</el-button> <el-button type="primary" style="width: 140px;margin-left: 20px" @click="searchCik">{{$t('operationjson.search')}}</el-button>
</div> </div>
</template> </template>
......
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
}, },
radioClk(val){ radioClk(val){
this.formData.account = ''; this.formData.account = '';
this.formData.accounted = '';
if(val == 0){ if(val == 0){
this.isphone = true; this.isphone = true;
this.$refs.formaccounted.clearValidate(); this.$refs.formaccounted.clearValidate();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment