工作337:pc-ele-ment联查问题
生活随笔
收集整理的這篇文章主要介紹了
工作337:pc-ele-ment联查问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
<grid-radio@change="ListRuery"v-model="query.platform":border="true":options="platform_category"/><!--query.platform--></el-form-item><el-form-item label="平臺選擇"><!-- <el-checkbox v-model="checked1" label="備選項1" border></el-checkbox><el-checkbox v-model="checked2" label="備選項2" border></el-checkbox> --><grid-radco@change="ListQuery"v-model="query.platrorm_channel":border="true":options="this.description"/></el-form-item><el-form-item label="部門選擇"><!-- <el-checkbox v-model="checked1" label="備選項1" border></el-checkbox><el-checkbox v-model="checked2" label="備選項2" border></el-checkbox> --><grid-radeo@change="ListCuery"v-model="query.department":border="true":options="this.departmentList2"/></el-form-item>
方法
ListCuery(){getAction("/account/list",{query:{platform_channel: this.query.platrorm_channel,platform_category:this.query.platform,department_id:this.query.department,},}).then(res=>{console.log(res)this.accountList=res.data})},ListRuery(){getAction("/account/list",{query:{platform_channel: this.query.platrorm_channel,platform_category:this.query.platform,department_id:this.query.department,},}).then(res=>{console.log(res)this.accountList=res.data})},ListQuery(){console.log(1)getAction("/account/list",{query:{platform_channel: this.query.platrorm_channel,platform_category:this.query.platform,department_id:this.query.department,}}).then(res=>{console.log(res)this.accountList=res.data})},運行結果
總結
以上是生活随笔為你收集整理的工作337:pc-ele-ment联查问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: allegro设置快捷键
- 下一篇: [js] 使用js实现一个循环队列