Commit a8419273 authored by 何虹's avatar 何虹 💬

优化action弹出页面

parent c6e25384
...@@ -313,14 +313,10 @@ export default { ...@@ -313,14 +313,10 @@ export default {
this.dialogFormVisible = true this.dialogFormVisible = true
}, },
queryTableData() { queryTableData() {
this.$attrs.httpClient.queryBillpbWebDyncCode().then(res => { this.$attrs.httpClient.SystemModule.queryBillpbWebDyncCode().then(res => {
this.table_data = res.data this.table_data = res.data
this.initData() this.initData()
}) })
// this.$httpClient.SystemModule.queryBillpbWebDyncCode(parms).then(res => {
// this.table_data = res.data
// this.initData()
// })
}, },
initTableConfig() { initTableConfig() {
this.table_columns = [ this.table_columns = [
......
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