Commit f07b54c3 authored by liudong1993's avatar liudong1993

1

parent 2030c455
...@@ -673,7 +673,7 @@ ...@@ -673,7 +673,7 @@
<div class="rb_top_row _r_mb5" v-for='(x,y) in trabeList' :key='y'> <div class="rb_top_row _r_mb5" v-for='(x,y) in trabeList' :key='y'>
<p>收款账户: <p>收款账户:
<el-select filterable v-model='x.AccountTypeId' placeholder="" <el-select filterable v-model='x.AccountTypeId' placeholder=""
@change="getAccountList2(x.AccountTypeId,y,1)" class="w150 _border_b_1"> @change="getAccountList2(x.AccountTypeId,y,1),getAccountList3(x,y)" class="w150 _border_b_1">
<el-option v-for='item in AccList' :label='item.Name' :value='item.ID' :key='item.ID'> <el-option v-for='item in AccList' :label='item.Name' :value='item.ID' :key='item.ID'>
</el-option> </el-option>
</el-select> </el-select>
......
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