Commit b9abf4f3 authored by youjie's avatar youjie

no message

parent b633237c
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
</template> </template>
<tr> <tr>
<td> <td>
<el-select filterable v-model='payMsg.AccName' @change="clearAccBank()" class=" _border_b_1"> <el-select filterable v-model='payMsg.AccName' @change="clearAccBank(),addList()" class=" _border_b_1">
<el-option v-for='i in AccListT' <el-option v-for='i in AccListT'
:label='i.Name' :label='i.Name'
:value='i.Name' :value='i.Name'
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
</el-select> </el-select>
</td> </td>
<td> <td>
<el-select filterable v-model='payMsg.Type' @change="getAccountList(payMsg.Type)" class=" _border_b_1"> <el-select filterable v-model='payMsg.Type' @change="getAccountList(payMsg.Type),addList()" class=" _border_b_1">
<el-option v-for='i in GetAccountType' <el-option v-for='i in GetAccountType'
:label='i.Name' :label='i.Name'
:value='i.ID' :value='i.ID'
...@@ -336,7 +336,8 @@ ...@@ -336,7 +336,8 @@
</el-select> </el-select>
</td> </td>
<td> <td>
<el-select filterable v-model='payMsg.AccountId' :placeholder="$t('rule.qxzzhanghu')" @change="setAccountName(payMsg.AccountId,2)" class=" _border_b_1"> <el-select filterable v-model='payMsg.AccountId' :placeholder="$t('rule.qxzzhanghu')"
@change="setAccountName(payMsg.AccountId,2),addList()" class=" _border_b_1">
<el-option v-for='i in accountList' <el-option v-for='i in accountList'
:label='i.allName' :label='i.allName'
:value='i.ID' :value='i.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