Commit d8e1b9fa authored by 黄奎's avatar 黄奎

页面修改

parent fc1e9a79
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</div> </div>
<q-select @input="getList" filled stack-label option-value="Id" option-label="EmployeeName" use-input <q-select @input="getList" filled stack-label option-value="Id" option-label="EmployeeName" use-input
v-model="msg.UpdateBy" ref="DeptTier" :options="PersionList" label="发布人" :dense="false" v-model="msg.UpdateBy" ref="DeptTier" :options="PersionList" label="发布人" :dense="false"
class="col-3 q-pr-lg" emit-value map-options @filter="filterFn"> class="col-3 q-pr-lg" emit-value map-options @filter="filterFn" clearable @clear="getList">
<template v-slot:no-option> <template v-slot:no-option>
<q-item> <q-item>
<q-item-section class="text-grey"> <q-item-section class="text-grey">
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
Number: '', Number: '',
NoticeState: 0, NoticeState: 0,
Is_Top: 0, Is_Top: 0,
UpdateBy: -1 UpdateBy: ""
}, },
loading: true, loading: true,
//公告column //公告column
...@@ -411,9 +411,7 @@ ...@@ -411,9 +411,7 @@
}) })
}, },
getList() { getList() {
if (this.msg.UpdateBy == '' || this.msg.UpdateBy == null) {
this.msg.UpdateBy = 0
}
this.loading = false; this.loading = false;
getNoticePageList(this.msg).then(res => { getNoticePageList(this.msg).then(res => {
this.data = res.Data.PageData; this.data = res.Data.PageData;
......
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