Commit ffb2c3a1 by crushh

update: dist

parent 1ffdfc78
......@@ -145,8 +145,8 @@
<el-option v-for="el in entepriseList" :key="el.wxEnterpriseId" :value="el.wxEnterpriseId" :label="el.corpName"></el-option>
</el-select>
<el-select class="w160" v-model="link.linkType" @change="getlinkOptions()">
<el-option label="用链接" :value="1"></el-option>
<el-option label="用链接" :value="2"></el-option>
<el-option label="用链接" :value="1"></el-option>
<el-option label="用链接" :value="2"></el-option>
</el-select>
<el-select class="w160" v-model="link.hmLinkId" filterable placeholder="请选择" remote :remote-method="getlinkOptions" :loading="linkOptionsLoading">
<el-option v-for="item in linkOptions" :key="item.shortCode" :label="item.name" :value="item.shortCode"> </el-option>
......
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