Commit cdc8e5b5 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 2f1afcd6
......@@ -178,7 +178,7 @@
<el-col :span="4">
<el-form-item label="交易方式:">
<el-select filterable v-model='msg.TradeWay' @change="getAccountList(msg.AccountType,msg.TradeWay),msg.ClientID=''" >
<!-- <el-option value="0" label="不限"></el-option> -->
<el-option value="0" label="不限"></el-option>
<el-option v-for='item in BranchAccountList'
:label='item.Name'
:value='item.ID'
......
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