Commit 26e30d2e authored by huangjie's avatar huangjie

*

parent 80aee1ca
......@@ -192,7 +192,6 @@
import skeleton from './skeleton'
import {encodeStr} from "@/assets/js/common.js"
export default {
encodeStr,
components:{skeleton},
name: 'lxr',
props: {
......@@ -207,6 +206,7 @@
},
data(){
return{
encodeStr,
isdel:false,
thistype:this.listtype,
rules:{
......@@ -279,6 +279,7 @@
this.isSkeleton = false
this.tableData = result.code == 200?result.rows:[]
this.total = result.code == 200?result.total:0
console.log(this.tableData)
})
},
save(){
......
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