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