Commit df0e3b7b authored by zhengke's avatar zhengke

修改

parent e685d299
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
</el-form-item> </el-form-item>
<el-form-item label="到账账号:"> <el-form-item label="到账账号:">
<el-select class="w160" v-model="msg.User_Id" size="small" placeholder="请选择"> <el-select class="w160" v-model="msg.User_Id" size="small" placeholder="请选择">
<el-option v-for="item in AccountList" :key="item.EmpId" :label="item.EmpName" <el-option v-for="item in createrList" :key="item.Id" :label="item.Name" :value="item.Id">
:value="item.EmpId">
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
...@@ -242,6 +241,7 @@ ...@@ -242,6 +241,7 @@
mounted() { mounted() {
this.getMoney(); this.getMoney();
this.getAccountList(); this.getAccountList();
this.getCreaterList();
} }
}; };
......
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