Commit df0e3b7b authored by zhengke's avatar zhengke

修改

parent e685d299
......@@ -15,8 +15,7 @@
</el-form-item>
<el-form-item label="到账账号:">
<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"
:value="item.EmpId">
<el-option v-for="item in createrList" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option>
</el-select>
</el-form-item>
......@@ -242,6 +241,7 @@
mounted() {
this.getMoney();
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