Commit 350f3d54 authored by 黄奎's avatar 黄奎

页面修改

parent 3656c41c
......@@ -3,7 +3,7 @@
<q-btn-toggle style="width:50%;margin:0 auto;" v-model="msg.Conditon" spread no-caps toggle-color="primary"
color="#2961FE" text-color="black" class="my-custom-toggle" :options="[
{label: '交接人发起的', value: 1},
{label: '待交接人审批的', value: 2}
{label: '待交接人审批的', value: 3}
]" @input="queryChange" />
<br />
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关单据信息" flat
......@@ -163,7 +163,7 @@
saveObj: function (val, oldval) {
this.msg.pageIndex = 1;
if (this.saveObj.EmAccountId && this.saveObj.EmAccountId > 0) {
this.msg.UpdateBy = this.saveObj.EmAccountId;
this.msg.CreateBy = this.saveObj.EmAccountId;
}
this.getPageList();
}
......
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