|
|
@@ -4,10 +4,10 @@ |
|
|
|
<!-- 头 --> |
|
|
|
<div class="app-top"> |
|
|
|
<div class="app-titel" style="margin-top: 5px"> |
|
|
|
<div v-if="orgType==0" class="label">代理商名称:</div> |
|
|
|
<!-- <div v-if="orgType==0" class="label">代理商名称:</div> |
|
|
|
<div v-if="orgType==0"> |
|
|
|
<el-input v-model="operatorName"></el-input> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<div class="label">公司名称:</div> |
|
|
|
<div> |
|
|
|
<el-input v-model="name"></el-input> |
|
|
@@ -458,6 +458,7 @@ export default { |
|
|
|
.then(res=>{ |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.agentVisible=false |
|
|
|
this.Screeningofempty() |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
@@ -477,6 +478,7 @@ export default { |
|
|
|
console.log(res); |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.operaVisible=false |
|
|
|
this.Screeningofempty() |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|