Commit cb949a94 authored by zhangrui123's avatar zhangrui123

日志管理

parent 70e8278c
......@@ -36,7 +36,7 @@
<a-row class="formItemLine">
<a-col span="8">
<a-form-item label="机构类型" v-bind="colSpe">
<a-select placeholder="请选择" allowClear mode="multip" v-decorator="['orgType', {initialValue:'房办',
<a-select placeholder="请选择" allowClear mode="multip" v-decorator="['orgType', {initialValue:'2',
validateTrigger: 'change', rules: [ { required: true, message: '请选择机构类型!' } ]
}]">
<a-select-option value="2">房办</a-select-option>
......@@ -105,6 +105,7 @@ export default {
this.fromCenter = !!this.$route.query.id
},
mounted() {
this.$ajax.get({
url: this.$api.GET_HOS_LIST,
params: {
......
......@@ -284,7 +284,7 @@ export default {
let userTypeList =[
{
key: '0',
value: '管理员',
value: '后台管理员',
}, {
key: '1',
value: '决策人员',
......
This diff is collapsed.
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